Steps to produce:
- create CMMN model
- the CMMN should contain a stage with at least two child process tasks
- the stage is configured with autoComplete = true
- deploy the CMMN model
- create a new instance
Expected Behavior:
All child process tasks have been executed
Observed Behavior:
When the first process tasks complete, the stage gets completed (because there are no active child tasks)