Package org.flowable.engine.delegate
Interface BaseExecutionListener
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ExecutionListener,TransactionDependentExecutionListener
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
- Author:
- Yvo Swillens
-
Field Details
-
EVENTNAME_START
- See Also:
-
EVENTNAME_END
- See Also:
-
EVENTNAME_TAKE
- See Also:
-