Linking Two or More 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
Hi All,
I have three workflows and I want to call out the last two from within the first workflow as the output of first workflow is used as an input in the other two.
Each of them are quite extensive in their use of tools so bringing all those tools in the same workflow will become very complex to manage.
Is there a way to link them so that the first workflow runs and just before the output is taken it calls the second and third workflows and runs them.
- Labels:
- Tips and Tricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Dheeru28 , sounds like you need to use chained apps. If you turn your workflows into Analytical Apps (which you can do in the Workflow tab of the Configuration window) you can chain them together. This means when the first finishes, the second will automatically load and run. To set up this chaining, go to the Interface Designer window, click on the properties tab and select 'On Success - Run Another Analytical App:
Here is a good video resource to learn more about chained apps: https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use Crew Macros 'Runners': https://www.youtube.com/watch?v=9AiMdKp7wmk&ab_channel=DigiBytes
These macros can make the workflows run sequentially and conditionally.
I guess you also have the option of doing some funky things with Control Containers (as this provides sequencing). However, given that you're workflow sound large, I'd opt to use the macros. They've worked well for me.
All the best,
BS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I converted two workflows to analytic apps. Then I changed the Interface Designer properties of the first and ran it. But the second workflow didn't run. Is there a step that I'm missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Dheeru28 if you work through the link that @FinnCharlton provided, you can see how to configure things for chained apps.
![](/skins/images/1AD6617C767659D8A9F9801BEDFCFB20/responsive_peak/images/icon_anonymous_message.png)