cancel
Showing results for 
Search instead for 
Did you mean: 

Get taskId from boundary event

astennu
Champ in-the-making
Champ in-the-making
Hi

I have a timer boundary event attached to a task and i would like to know the way to get the taskid from timer boundary, in listerner or other place, to create a alert or notice associated to that task.

Thanks
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
If you have an execution listener on the boundary event then just put a breakpoint inside the notify method and inspect the execution.
maybe this could help you?
<java>
((ExecutionEntity) execution).getEventSource()
</java>