Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Sequence workflow

vishnusai0908
7 - Meteor

I Have Three Workflows WF1/WF2/WF3, The workflows need to run one by one. The output of WF1 is used in WF2 and Output of WF2 is used in WF3. What is the best solution to use run the workflow.

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

Try one of the CReW macros:  Runner or Conditional Runner or List Runner

or Chaos Reigns Within: Alteryx Runner 🏃 Macro: Check out the Alteryx Gallery!

 

Chris

Felipe_Ribeir0
16 - Nebula

Hi @vishnusai0908 

 

To avoid maintenance complexity, i am personally inclined nowadays to set the workflows to run scheduled with some and enough time between them. Something like this:

 

WF1: Set to run 10:00 AM

WF2: Set to run 10:30 AM

WF3: Set to run 11:00 AM

 

Labels
Top Solution Authors