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.
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>