I have been able to successfully implement an Express application that handles both the API exchange between my Dev and Prod Alteryx environments.
Here is the github repository of the express app to facilitate this. https://github.com/xAJBx/wiz-teryx
I have built an Alteryx workflow that allows me to build a relationship between Dev and Prod Alias'. This relationship table is referenced during the migration process to edit the downloaded Alteryx workflow's xml to reflect the Prod Alias.
The migration is successful but validation fails and the alias cannot be resolved on the Prod server.
Opening up the Prod server's migrated workflow in Designer shows 1 error. I open the workflow dependencies and reflects that the correct Prod server Alias cannot be resolved.
Doing nothing but saving the workflow back to the Prod server as Version 2 results in a successful validation and workflow can now be ran on Production server.
Images are numbered for order in the process to get the migrated workflow to run post migration.
Any insight to resolve my issue would be appreciated.
Note: I have tried not validating the workflow during the migration which results in the same results that the Prod server cannot resolve alias at runtime.