
autoComplete controls the completion of a stage instance. The following table describes the completion criteria of a stage instance based on the autoComplete property.
autoComplete = true: There are no children in theACTIVEstate, and all required (see Required Rule) children areCOMPLETED,DISABLEDorTERMINATED.autoComplete = false: There are no children in theACTIVEstate, and- all children are
COMPLETED,DISABLEDorTERMINATED, or - on manual completion using
CaseService#completeCaseExecution, all required (see Required Rule) children areCOMPLETED,DISABLEDorTERMINATED.
- all children are
autoComplete can be set as follows: