Is there an inverted Block Until Done?
Basically, I want to process multiple inputs via the same workflow but...
- I want the 1st input to process through the workflow first.
- Then the 2nd input to run through the workflow.
So instead of the Block Until Done, which has 1 Input and 3 Output (that run in order) in the tool, I am looking for something like 3 Inputs and 1 Output.
I already figured how to make the workflow provide separate Output files based on the name of each Input.
Any ideas?