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?