Is there anyway to watch batch together two steps → I want a trigger step and a command step to fire off asynchronously but the command step should wait on the trigger step to finish.
Is there any way to batch these two steps together?
The rest of the pipeline should continue without waiting on these.