Break command for multi-instance sub-process

How to stop a multi-instance sub-process while an output variable does not meet the condition?like ‘break’ for loops in the programming languages.
I know I can control it by a boolean local variable ,but is there another way to control it like ‘break’?
Any suggestions might be a big help…

Sure, should be easy enough - just add a completion condition.

1 Like

Very helpful! Thanks Niall.