SOLVED
Run an Alteryx workflow, to run several other sequential workflows?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
sidg87
6 - Meteoroid
‎12-19-2022
06:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is it possible to run an Alteryx workflow that in turn runs several other sequential workflows?
I know this is possible in Python using packages like runpy or via the command line prompt curious if it can be done in Alteryx too
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
2 REPLIES 2
taylor_butler
Alteryx Alumni (Retired)
‎12-19-2022
06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @sidg87 - I'd recommend looking into the CreW macros, specifically the list runner. Alternatively, if the first workflow is an analytic app, you could explore using chained apps to kick off sequential processes.
16 - Nebula
‎12-19-2022
06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes. Check out Chained Apps (one app calls another): Chained Applications - Alteryx Community
and/or the CReW ListRunner macro. see time mark 3:25 here: Alteryx Runner | List Runner Conversion Kit - YouTube
Chris
