Transition to state.
This
case execution must be in {@link CaseExecutionState#ENABLED}state to be able to do this transition.
It is only possible to disable a case execution which is associated with a {@link Stage} or {@link Task}.
If this
case execution has a parent case execution, that parent case execution will be notified that this
case execution has been disabled. This can lead to a completion of the parent case execution, for more details when the parent case execution can be completed see {@link #complete()}.
this
case executionis not {@link CaseExecutionState#ENABLED}.
@throws ProcessEngineException when an internal exception happens during the executionof the command.
|
|
|
|
|
|