Configure case stage such that it should complete when any one of the child plan Item completes

Hi,

In Case modeler, how can we configure case stage such that if any one of the stage plan items completes it should automatically complete the stage.

Eg: We have a stage stage1, Stage1 should complete automatically if any one of the child userTask1 or userTask2 completes.
image

Thanks
Harish

You can add exit sentries to cancel the not completed task, something like this:
image
or you can cancel the whole stage:
image
In this case, bear in mind that the connector to the second stage needs a transition event type value of “exit”, not “complete”.

1 Like