Pause for all lines but not the canceled line
I have a pause step in my orchestration process with rule to pause for all lines to reach that step and only then progress to next step.
So basically, all the lines will move together to the next step. But when one of the line is cancelled before all the lines reach this step, this logic has issue. All lines still wait for the cancelled line to progress.
I dont want the open lines to wait for the cancelled lines.
Here, the wait for all lines pause step is immediately after the 'ProductDafetyPause' step. How i can include a condition to ignore the cancelled line.
Tagged:
0