cancel
Showing results for 
Search instead for 
Did you mean: 

Immediate next event to IntermediateCatchEvent with timer sometimes doesnot occurs

rj
Champ in-the-making
Champ in-the-making

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 1

eugenio_romano
Elite Collaborator
Elite Collaborator

Is this question ADF related?