Package org.camunda.bpm.engine.delegate
Interface ExecutionListener
- All Superinterfaces:
DelegateListener<DelegateExecution>
- All Known Implementing Classes:
AbstractCdiEventListener
,ActivityInstanceEndListener
,ActivityInstanceStartListener
,CdiEventListener
,CdiExecutionListener
,ClassDelegateExecutionListener
,DelegateExpressionExecutionListener
,ExecutionIdRecorder
,ExpressionExecutionListener
,HistoryExecutionListener
,MetricsExecutionListener
,MyExecutionListener
,ProcessApplicationEventListenerDelegate
,ProcessInstanceEndListener
,ProcessInstanceStartListener
,ProcessInstanceUpdateListener
,ScriptExecutionListener
,ServiceTaskJavaDelegateActivityBehavior
,SignalTestRunListener
,ThrowBpmnErrorDelegate
Callback interface to be notified of execution events like starting a process instance,
ending an activity instance or taking a transition.
- Author:
- Tom Baeyens, Joram Barrez
-
Field Details
-
EVENTNAME_START
- See Also:
-
EVENTNAME_END
- See Also:
-
EVENTNAME_TAKE
- See Also:
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Throws:
Exception
-