Hello,
is it possible to not invoke execution end listeners during interrupting events? What i would like to achieve is execution listener on receive task being invoked only in the scenarios when task listener would be on user task.
Reason for this is, i am having some logic (e.g. external call, DB operation…) there which i do not want to execute in case of e.g. timer triggering the cancellation of process after set time.
I found skipCustomListeners property but that seems to be applicable only for process migration.