Hello,
I'm trying to migrate a couple test WFs from our sandbox server to our Prod server. Both sandbox WF's checkboxes are checked for "Ready to Be Migrated".
I have a WF using the /webapi/v3/workflows/{appID}/package endpoint that downloads the .yxzp to %Engine.TempFilePath%. Following the instructions at Publish Workflows in the Target Environment, Step 3 and using the Swagger POST /webapi/admin/v1/workflows I'm running into the below error:
500: { "message": "An error has occurred." }

Has anyone ran into this and what was the fix if you were able to? I'd also like to continue using Designer for the POST endpoint, how do I call that file back from the temp location to push it to the Prod server? TIA