Hi guys,
I have got a question regarding executing some java logic, if you cancel the process manually via task app.
For this reason lets have a look at the sample process. Every user task got task execution listeners at the create event, there will be a rest request for adding a notification to an external service. At the end event this notification will be disabled, also via rest request.
Now the problem appears, if you are going to manually end the process for example via task app. If the user task A is currently not completed, the listener to disable the notification, won’t be executed so the notification remains active in the external service.
Do someone of you maybe know how to handle this? So if I end the process manually, I have to execute at least some logic to call the external service and disable the notification.
Greetings,
Thomas