Event Listener for start of a sub-process execution?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2014 06:51 AM
Hi all,
Is there an event listener in activiti which listens to the start of a sub-process only?
Something like -
did it for me in jbpm. Is there something similar in activiti?
Is there an event listener in activiti which listens to the start of a sub-process only?
Something like -
<sub-process continue="async" g="258,1173,173,54" name="Validate" sub-process-key="Validate"> <parameter-in subvar="instanceID" var="instanceID"/> <on event="start"> <event-listener class="com.x.y.ExecutionStartListener" /> </on> <transition to="Export"/> </sub-process>
did it for me in jbpm. Is there something similar in activiti?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2014 06:47 AM
Hi Sushant,
you can use execution listeners : http://www.activiti.org/userguide/#executionListeners
Regards
Martin
you can use execution listeners : http://www.activiti.org/userguide/#executionListeners
Regards
Martin
