Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Run an Alteryx workflow, to run several other sequential workflows?

sidg87
6 - Meteoroid

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

2 REPLIES 2
taylor_butler
Alteryx Alumni (Retired)

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.

ChrisTX
15 - Aurora

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

Labels