Interface CaseExecutionListener

All Superinterfaces:
DelegateListener<DelegateCaseExecution>
All Known Implementing Classes:
CaseActivityInstanceCreateListener, CaseActivityInstanceEndListener, CaseActivityInstanceUpdateListener, CaseInstanceCloseListener, CaseInstanceCreateListener, CaseInstanceUpdateListener, ClassDelegateCaseExecutionListener, DelegateExpressionCaseExecutionListener, ExpressionCaseExecutionListener, HistoryCaseExecutionListener, MetricsCaseExecutionListener, ScriptCaseExecutionListener

public interface CaseExecutionListener extends DelegateListener<DelegateCaseExecution>
Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.

The following state transition are supported on a CaseInstance:

And on a CaseExecution which is not a CaseInstance and which is associated with a Task or a Stage the following state transition are supported:

Author:
Roman Smirnov