Scenario Flow Control for multiple Scenarios

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!

Can you elaborate.

You can use an aggregator which targets the first module. So it only run when everything is finished. and after the module add “Make” api module which will have a Module called “Run a Scenario”. Then you can run the Scenario B

1 Like