03-11-2013 08:52 AM
<element name="executionListener">
<annotation>
<documentation>
Extension element for any activities and sequenceflow, used to execute custom Java logic or an expression upon the occurrence of a certain event.
</documentation>
03-12-2013 04:09 AM
Execution listeners allow you to execute external Java code or evaluate an expression when certain events occur during process execution. The events that can be captured are:
Start and ending of a process instance.
Taking a transition.
Start and ending of an activity.
Start and ending of a gateway.
Start and ending of intermediate events.
Ending an start event or starting an end event.
<userTask id="secondTask" >
<extensionElements>
<activiti:executionListener expression="${myPojo.myMethod(execution.event)}" event="end" />
</extensionElements>
</userTask>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.