Execution listeners are invoked at point in the process outside of user tasks.
There are three events available:
Event | Description |
---|---|
start | Invoked at the beginning of process execution, before the start event. |
end | Invoked at the end of the process execution, after the end event. |
take | Invoked when a sequence flow is invoked. |
Listeners are described in detail in the Activiti user guide.