Transition to {@link CaseExecutionState#ACTIVE} state.
This
case execution must be in {@link CaseExecutionState#ENABLED}state to be able to do this transition.
It is only possible to start a case execution manually which is associated with a {@link Stage} or {@link Task}.
@throws CaseIllegalStateTransitionException will be thrown, ifthis
case executionis not {@link CaseExecutionState#ENABLED}.
@throws ProcessEngineException when an internal exception happens during the executionof the command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|