04-25-2018 06:43 AM
Below is the code which sometimes work and sometimes not. It skips the immediate next event.
IntermediateCatchEvent event = new IntermediateCatchEvent();
event.setId(component.getUid());
event.setName(component.getName());
TimerEventDefinition ed = new TimerEventDefinition();
ed.setTimeDuration(((TimerWait) component).getWaitDuration());
event.addEventDefinition(ed);
components.add(event);
04-25-2018 12:34 PM
Is this question ADF related?
Explore our Alfresco products with the links below. Use labels to filter content by product module.