Hi Everyone,
I have a workflow with three separate streams A, B, and C. The inputs all read from a SQL table, and the outputs all write to a SQL table. I need stream A to finish writing to its SQL table before either stream B or C starts running. I know there is the Block Until Done tool available, but my current understanding is this is best used for connected streams.
Does anyone have insights into how I can prevent streams B & C from starting before stream A has finished in its entirety?
Attached is an oversimplified version of the workflow. In my workflow I'll be reading & writing to SQL rather than using Text Inputs & Excel, but I wanted to include a visual representation of how my workflow is designed.

Thank you,
Paul