I have many stages in the CMMN model, each stage depicts an activity that on completion achieves one of the milestones.
I need to activate another stage when the milestone is achieved. I tried connecting a stage from the milestone, however it did not activated the stage.
As a workaround, I tried connecting the stage (dependency) to the stage to be activated. It worked as expected.
However, from the correctness of modeling perspective, I need the milestone to be achieved and that should enable the stage to be activated next.
Could you please suggest how should I achieve that.