Dear developers
I want to get this result : If a tasks last longer than x seconds, than move to another task.
In my task I have attached a boundary timer , but the problem when “cancel activity=true” after time is up the process has been canceled not only the task and when I cancel activity= false, the process dosen’t move from task.
You have to link your send mail task with the timer boundary event, because when you cancel a task (in your use case the task two) the process doesn’t execute the following tasks.
There is a similar demo process in the oss project: