Hello! I have a large scenario (Scenario A) that takes several minutes to process.
I would like to kick off another scenario (Scenario B) when the large one (A) is done, but only once all bundles in A have been processed.
Currently, B is starting with only the first couple of bundles from A, and the end result is a partial set of completed data.
I would like A to process all bundles and then start B. Is there a setting or flow control technique that I can use to achieve this? Thank you!