05-23-2016 06:57 AM
<bean id="processEngineConfiguration" class="org.activiti.cdi.CdiStandaloneProcessEngineConfiguration">
….
<property name="eventListeners">
<list>
<bean class="mycompany.activiti.impl.ActivitiProcessListener" />
</list>
</property>
</bean>
@Named
public class ActivitiProcessListener implements ActivitiEventListener {
…
}
05-31-2016 05:24 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.