Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Best approach to link two workflows?

Carluccio555
9 - Comet

I have a workflow called DataSource, it’s final output is the starting point for many reports.

 

If I want to create a report in a separate workflow, what is the best approach to set DataSource as an input to this workflow ?

4 REPLIES 4
apathetichell
19 - Altair

turn datasource into a macro. call it in your other workflows.

Sarreddy
9 - Comet

@Carluccio555 

can you try it event handlers

Sarreddy_0-1673919575445.png

 

 

Carluccio555
9 - Comet

are either of you able to provide a sample workflow?

 

thanks

esoden
8 - Asteroid

If you want to chain the two workflows together programmatically, take a look at Workflow Admin Manager's Orchestrator. 

 

Here's a two-minute video: https://vimeo.com/780837791

 

More information here: https://capitalizeconsulting.com/workflow-admin-manager/

 

7 Orchestration.png

 

WAM Orchestrator allows users to chain workflows together and trigger subsequent workflows based on the success or failure of the one prior. For example, does your pay run populate a series of staging tables that feed to a data warehouse and create journal entries in your ERP system? Does a ...
Labels
Top Solution Authors