Hi All,
We need to configure workflows in a way that the workflows are run sequentially, one after the other. May I know how to get about it?
Regards,
Mukesh.
Solved! Go to Solution.
I'd maybe consider setting this up as a chain of apps, you can do so by making the workflows applications and then in the Interface Designer tab (Ctrl+Alt+D) of each, use the following option to run the next upon its completion:
That said, there are other options. There's a useful article here on doing just this:
Can Events be configured to run apps on Server?
Also, in the Interface designer, how do I mention the app to be run in the server?
I believe so, there's a knowledge base article on events that references doing that:
In the interface designer, with the option I highlighted above, that is just to reference the next app. To run the apps on server, you'll just need to upload them all to a project on your gallery and can schedule/run them from there. No configuration within the app itself is needed to 'tell' Alteryx it's on server.
Sure, thank you, much appreciated.