Hi, I have a sub-process where I am spawning multiple instances. It is set

Hi,
I have a sub-process where I am spawning multiple instances. It is set to run all instances at the same time.
For each of these instances, I am passing the output to a variable on the main process that is boolean and set to multiple (pv!isClosed).
I want to check that all the instances returned true and use that in an XOR gateway to determine the next path in the process.
What would be the best way to do this? Would that output variable be overwritten by the most recent instance that ran or can I use the tp!instanceindex to reference each output of each instance? I was looking at the all() function as possibly a way.

Thanks
Gary
...

OriginalPostID-129101

OriginalPostID-129101

  Discussion posts and replies are publicly visible