Original post I have a flow that runs three tasks (visually) in parallel. I want to stop the entire run if one of the three tasks meet a particular condition. Is it possible to “kill” a sibling parallel task?
It’s a simplified version of my actual process, and essentially, if there is no “blue” then I’d like the entire process to stop and generate a doc that says “the documents needs further review”.
Hey @nrozman - You’re on the right track here! I’d recommend looking into subflows and then you can use an IF-ELSE around the subflow to check for the condition as @Donna suggested.