Immediate next event to IntermediateCatchEvent with timer sometimes doesnot occurs

cancel
Showing results for 
Search instead for 
Did you mean: 
rj
Member II

Immediate next event to IntermediateCatchEvent with timer sometimes doesnot occurs

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);

1 Reply
eugenio_romano
Alfresco Employee

Re: Immediate next event to IntermediateCatchEvent with timer sometimes doesnot occurs

Is this question ADF related?