02-07-2013 07:45 PM
02-08-2013 02:49 AM
<property name="customPostBPMNParseListeners">
<list>
<bean class="org.activiti.cdi.impl.event.CdiEventSupportBpmnParseListener" />
</list>
</property>
02-08-2013 02:59 AM
<bean class="org.activiti.cdi.impl.event.CdiEventSupportBpmnParseListener" />
02-08-2013 03:47 AM
02-08-2013 03:55 AM
So you can be 100% sure that EVERY process-definition that is going to be used, will pass through the listener. In that listener, you can add execution-listeners (class implementing ExecutionListener interface) to ALL flow-elements in the parsed process. This way, every process that runs, you'll be notified of every step completing…That sounds like what I need.
05-27-2014 01:12 PM
05-30-2014 05:03 AM
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.