08-14-2015 02:58 PM
<signal id="startCatchVacation" name="startCatchVacation"></signal>
…
<boundaryEvent id="boundarysignal1" name="Signal" attachedToRef="usertask1" cancelActivity="false">
<extensionElements>
<activiti:executionListener class="package1.VacationConfirmedExecutionListener"></activiti:executionListener>
</extensionElements>
<signalEventDefinition signalRef="vacationRequestConfirmed"></signalEventDefinition>
</boundaryEvent>
public class VacationConfirmedExecutionListener implements ExecutionListener {
private Log log = LogFactory.getLog( getClass() );
@PersistenceContext(unitName="default")
private EntityManager em;
public void notify( DelegateExecution execution ) throws Exception {
log.debug( execution );
}
}
08-14-2015 07:48 PM
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.