Hi everyone,
I need to get task that boundary event is attached to so I can send notification after certain number of days. I set an execution listener on timer boundary event and in debug mode I see that task is event scope for this boundary event. However, there is no getter for event scope or activity scope on DelegateExecution object. Is there a way to get this value?
Thanks in advance