Hi,
I am trying to get a couple of workflows set up to run in sequence. I did some research and found an article in which the CREW Macro was not recommended or supported by Alteryx to run on the server. I also read up on this post which gives instructions on filling out the workflow events ("after run") using C:\Program Files\Alteryx\bin\AlteryxEngineCmd.exe and additional command arguments pointing to my file.
After setting up my event per the instructions in the link, I get the following error:
Error: Designer x64: The Designer x64 reported: Error running Event #2: The external program "C:\Program Files\Alteryx\bin\AlteryxEngineCmd.exe" returned an error code: 2: The operation completed successfully. (0)
Therefore the second workflow is never triggered. I initially tried doing this as a chained app, however still doesn't seem that chained apps can run silent since my chained app setup only worked when I ran it manually and I need this to run scheduled on the server.
Any help is greatly appreciated. Thank you!