This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
Greetings,
I am currently running a chained app of 4 workflows, however I realized that some of these workflows might produce errors on some parts of the workflow but do not disturb it. My question is, is there a way to make the chained app continue working even if one of the workflows produces an error?
The option states "Run another analytic app on success" so I assumed that the App doesn't run the subsequent App if an error came out.
Many thanks!
All my best,
Take a look at the Runner macros that are part of the Crew Macro pack! Essentially, it'll run workflows sequentially after completion.
This article outlines a couple of different processes for chaining workflows:
https://community.alteryx.com/t5/Alteryx-Server/Chaining-Workflows-Together/ta-p/38573
Download for the Crew macros can be found here:
http://www.chaosreignswithin.com/p/macros.html
Hope this helps!
Thank you so much for your reply!
However, I would eventually want to upload this to the private gallery and it says the CreW macros would over-utilize the resources.
Additionally, I am not sure how to use the Events and run commands to get the location of another workflow on the server itself.
Would there be any solution to actually make workflows through Analytics App to run after each other even if one of them had errors?