Using crew macros for scheduling workflows
- 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
All,
I am trying to schedule my workflows using crew macros. I am in a situation where I want two workflows to finish before I could kick-off the next one.
I am not sure what would be the best way to do that. I tried using a parallel block and union, but it doesn't seem to be working.
For example - in the workflow below, both the workflows highlighted in red should finish before the green ones start running. Can anyone help with a potential solution?
Solved! Go to Solution.
- Labels:
- Batch Macro
- Developer Tools
- Macros
- Scheduler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Would it be better to use the List Runner?
Stephen Ruhl
Principal Customer Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think you are hoping that the list runners will let you run workflows in parallel. Unfortunately they do not.
So yes either the list runner or just put your conditional runners in a single line in the order you want the workflows to run.
https://www.linkedin.com/in/adriley/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @AdamR_AYX
Does runner macro work with workflows that have events? I currently have a workflow with 2 events that works perfectly. Whenever i zip it in a runner tool and attach it to a conditional one, it fails. could you please shed some lights on this?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Adam,
Need confirmation whether sequencing of workflows using Runner/Conditional Runner works as expected in Alteryx Scheduler too. ?
Appreciate your help at the earliest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Mahadeva, The CReW Runner Macros are not supported on Scheduler or Server because they initiate Alteryx Workflows outside of the monitored Queue and can easily overload a machine.
Stephen Ruhl
Principal Customer Support Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Mahadeva, in the Scheduler you must execute the original, not the copy in MongoDB, in this way if it works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Gabriel, will test this option and revert.
