Accessing Output of Multiple Non-Waiting Subflow Instances Created within a Loop

Peter26
Tera Expert

Good Day,

 

I have a potential situation where I need to create a "Do...Until" loop that contains a sub-flow. The sub-flow will have its "Wait for Completion" attribute set to "false". The idea is that we want to execute each iteration of the sub-flow in parallel.

 

At some point after this, to derive the exit value for the loop, I need to access the output from each sub-flow instance that was created. Is there a way to do this, to identify each sub-flow instance uniquely to get the individual output of each?

 

Thanks!

1 REPLY 1

Jon23
Mega Sage

Hi @Peter26,

Can you provide more detail on what output you need from each subflow, and how the output would be used to exit the loop?