org.camunda.bpm.engine.delegate
Interface ExecutionListener
- All Superinterfaces:
- DelegateListener<DelegateExecution>
- All Known Implementing Classes:
- ActivityInstanceEndListener, ActivityInstanceStartListener, ClassDelegateExecutionListener, DelegateExpressionExecutionListener, ExpressionExecutionListener, HistoryExecutionListener, MetricsExecutionListener, ProcessApplicationEventListenerDelegate, ProcessInstanceEndListener, ProcessInstanceStartListener, ProcessInstanceUpdateListener, ScriptExecutionListener, ServiceTaskJavaDelegateActivityBehavior
public interface ExecutionListener
- extends DelegateListener<DelegateExecution>
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
EVENTNAME_START
static final String EVENTNAME_START
- See Also:
- Constant Field Values
EVENTNAME_END
static final String EVENTNAME_END
- See Also:
- Constant Field Values
EVENTNAME_TAKE
static final String EVENTNAME_TAKE
- See Also:
- Constant Field Values
notify
void notify(DelegateExecution execution)
throws Exception
- Specified by:
notify in interface DelegateListener<DelegateExecution>
- Throws:
Exception
Copyright © 2016 camunda services GmbH. All rights reserved.