We have a chained app uploaded on our company's Alteryx server. When I run it manually - it runs fine. However, when I run it on schedule it runs the first workflow fine but then does not go past it. Has anyone come across something similar?
@joshuaburkhow- I submitted a ticket with Alteryx support and this is the response I got -
"Unfortunately, chained apps do not work when being scheduled. There is an article about it here, as well as some suggestions on how to do similar things with other tools.https://community.alteryx.com/t5/Alteryx-Server-Discussions/Scheduling-Chained-Apps/td-p/549908Please have a look at the article and let me know if you have any further questions."
Hey @HiralMavani
Have you seen this post? https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Chained-App-App2-does-not-run-upon-success-of-App1/m-p/574119#M126321
HI @joshuaburkhow - Thank you for your reply. Yes I did look at that post, and the apps are linked together. When I run it manually on the server, it works fine. However, when it is run on schedule it only runs App1 (and not App2 ....).
I had this issue. So instead of uploading the chain app, I created another workflow which has list runner and took the directory that has the required workflows as input , renamed the workflow in the order that I want to execute it in , eg 1.worklfow1, 2.worklfow2 and uploaded this workflow on the alteryx server .It worked for me. Make sure while uploading the workflow on the server, you include crew macro in Manage workflow assets options.