Chaining
- 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
Hoping you can advise. I have 14 quite complex data flows. They are to be run one after the other. However, I don’t want the end client to run them manually one by one. I’d rather they click one button and the process runs and executed each of the 14 data flows one after the other automatically. How can this be done, can I chain them somehow?
Regards,
Rev
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @RevlinAbbi
The CREW Runner Macros are great for this kind of use case:
Do you have / able to have those macros installed?
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @RevlinAbbi,
My best recommendation would be for you to use CREW macro pack and the 2 specific tools that you could consider are: Runner and Conditional Runner.
This way you can chain a series of workflows and make execution of later steps dependent of success of the proceeding ones.
If you don't care about successful executions of previous steps you can use List Runner.
You can download macros from here: http://www.chaosreignswithin.com/p/macros.html
This provides an intuition of how this looks like (attached workflow is to get you started - please reference your own workflows respectively) - logs are collected and the email gives you clarity of where things break, when they do.
Thanks,
Rafal
#Excuse me, do you speak Alteryx?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @RevlinAbbi
Using the various Crews runner macros works well if you're running from the Scheduler or in Designer, but they don't work when running from the gallery.
On the gallery you can get around this by using the built functionality to be able to chain a series of workflows together. On the Workflow tab of the Workflow - Configuration screen, change type of your workflows to Analytic App.
Once you do this, go into the Interface Designer, clear on the gear and check "On Success - Run Another Analytic App".
and enter the name of the workflow to run.
Check out this post for an interactive lesson on chaining apps
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
