Question: If branch 1 throw an error, but branch 2 & 3 doesn’t end, what happens next?
Option1: parallel activity will end, regardless branch2 & 3 finish or not
Option1: parallel activity will not end, when all branchs inside parallel finished, then end
What’s the answer, can anybody help to clarify? Thanks
Suppose BOT is performing actions mentioned in branch 1 and in between some popup came then you have to specify that in branch2 or branch 3 to handle that unknown popup etc…