Process only continues when active nodes are completed

Hi everyone,

I am creating a process model and I need to have the following conditions:

if x is true, the process goes to node1;
if y is true, the process goes to node2;
if z is true, the process goes to node3;

With this, the process can both go to all nodes, as can go only for 1 or 2 nodes, as it may not go to any node.
What I need is: for the process to continue, all nodes that are active must be completed. How can I do this?

Thanks in advance

  Discussion posts and replies are publicly visible