cancel
Showing results for 
Search instead for 
Did you mean: 

TimerBoundaryEvent

chentaoactiviti
Champ in-the-making
Champ in-the-making
Can I cancel the TimerBoundaryEvent when the specify time not arrived?  the event was attached to a user task
4 REPLIES 4

lars_b
Champ in-the-making
Champ in-the-making
i don´t think the TimerBoundaryEvent still shoots when the user task was finished (wouldn´t make sense in my eyes), so it is not necessary to deactivate it…

chentaoactiviti
Champ in-the-making
Champ in-the-making
Thanks a lot ,I'll try it.

chentaoactiviti
Champ in-the-making
Champ in-the-making
I still have a question . When the specify time is up, did the task after timer will be executed automatically ?

frederikherema1
Star Contributor
Star Contributor
When the timer expires, the outgoing flow on the boundry event will be followed, not the flow out of the task the timer is on. In other words, the task is not completed.

see http://activiti.org/userguide/index.html#bpmnTimerBoundaryEvent -> In example, second line support task will be available when timer fires, first line support will not continue.