Accessing Output of Multiple Non-Waiting Subflow Instances Created within a Loop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 07:42 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 09:31 AM
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?