Any help would be appreciated!
I have a parallel fork to 4 concurrent parallel user tasks.
Each of 4 tasks has a completion form with an evaluation to "yes" or "no".
Each parallel task connects to an exclusive gateway.
If 4 = "yes", then the workflow continues forward from the parallel gateway join of the 4 "yes' connections.
However, I want the also flow to proceed in a different direction from a join of "no" WHERE 1, 2, 3 or 4 = no.
How can I achieve this in the join of "no"?