Run Multiple workflows in sequence
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have several workflows saved in my c:/alteryx drive say workflow#1-workflow#5. How can I run these workflows one after another using Alteryx designer? There are no dependencies among workflow#1- workflow#4.But Workflow #5 can only start when workflow#1-workflow#4 completed successfully.
Any suggestions.
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Have you taken a look at Chained Analytic Applications?
I think this will get you where you need to go.
Another option would be the CReW Macros, which has a tool called the "List Runner". You could set it up to run all five in order.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Claje
I used combination of LIST RUNNER and CONDITIONAL RUNNER to resolve the issue. Thanks your very much for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you please chare how to resolve using List and Conditional Runner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there a way to use these macros to run the SAME workflow multiple times with either different User variables or inputs?
I'd like to be able to set up something like List Runner but pass in a date, say, that will be used as a variable in the workflow as it runs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Is there any other way to run multiple workflows in sequence apart from using list runner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @carl_steinhilber I'm working on implementing similar purpose. To run the same workflow with different input parameters and execute these workflows entered in an excel/csv file, one row at a time, until the workflows in the entire list are executed.
Have you found a work around for this?
Looking forward to your reply!
Nancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @NancyS,
Did you find a way to implement similar purpose. To run the same workflow with different input parameters and execute these workflows entered in an excel/csv file, one row at a time, until the workflows in the entire list are executed.
Please let me know.
Any help is appreciated.
Thanks