I am trying to execute sequence of tasks using parallel gateway. For instance, in flow 1 - task1 adds waiting time and moves to task 2. Similarly in flow 2, task1 adds waiting time and moves to task 2. The problem comes when task 1 in both the flow adds s

cancel
Showing results for 
Search instead for 
Did you mean: 
karanbir1994
Member II

I am trying to execute sequence of tasks using parallel gateway. For instance, in flow 1 - task1 adds waiting time and moves to task 2. Similarly in flow 2, task1 adds waiting time and moves to task 2. The problem comes when task 1 in both the flow adds s

I am trying to execute sequence of tasks using parallel gateway. For instance, in flow 1 - task1 adds waiting time and moves to task 2. Similarly in flow 2, task1 adds waiting time and moves to task 2. The problem comes when task 1 in both the flow adds same delay time. So once, this delay time is crossed, task 2 gets executed simultaneously from both the flows resulting in unexpected output. Can anyone help in how we can avoid such scenario?