I'm getting an error when I attempt to run one of my workflows from the gallery. After running for a bit, the job status page will say "Retry Attempt: #" and then eventually "We are unable to get the status of you workflow results at this time..." On the workflow results page, the workflow will have a green check indicating it completed, but when I try to expand the log I get an error "Unknown error. ArgumentException RequestID: 5ebd068352ae4ae5923040b40b7116ea." I have the workflow setup to email a log as well, and from in reviewing I can see the the workflow is finishing without errors so the issue seems to be isolated to the gallery displaying results.
What's unique about this workflow is it uses an SSAS.exe, developed by someone else in the community, which enable us to use MDX to query a data cube. I have no issues running this in Designer, and this logic runs just fine from the gallery if the workflow only contains a single MDX query. Once I add multiple MDX queries this job result error start occurring on the gallery only. I've tested this on versions 2019.2, 2019.3, and 2020.1 of the gallery, all with the same issue.
Anyone know what might be going on or how to solve this?