We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Complete output before continuing with other steps

Phermes1
7 - Meteor

I'm putting together a process that needs to create 4 output files, and then perform a series of matching processes between them.

 

The logic of the matching processes doesn't matter - I just need the output files to be completed before the matching starts. Basically Block until Done, BUT the Output Data tool doesn't have an outgoing connector to attach it to, so that's not an option.

 

I can always run them as separate workflows, but I was hoping to combine them. I would be scheduling them on the server to run nightly, so I'd rather not have to schedule multiple workflows spaced out to ensure the first one completed before the second one started.

 

Thoughts?

5 REPLIES 5
ChrisTX
16 - Nebula
16 - Nebula

If you have a later version of Alteryx, you can use Control Containers under the Developer palette.

 

Or separate chained workflows.

 

Chris

Swathi
9 - Comet

I am not sure why you cannot use Block until done. 

you can use anchor '2' in this instance , with block until done, it waits until anchor 1 is complete before anchor 2 runs. Like wise you can change accordingly 

Phermes1
7 - Meteor

How do you mean 'chained workflows'? I'm not sure I understand how that works.

Phermes1
7 - Meteor

Swathi, I see what you're saying. I'll have to work out how to do that considering I have 4 output files that need to complete before matching kicks off. Lots of chaining Block until Done tools together, I think.

ChrisTX
16 - Nebula
16 - Nebula

Chaining Analytic Apps

 

Community Learn Academy Interactive Lessons Chaining Analytic Apps

 

https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120

Labels
Top Solution Authors