I have a shared process engine deployed on a Tomcat on which I then deploy a webapp which contains my processes.
As a part of this deployment I would like to add new Task Incident Handler to the process engine (in particular, for some process, I would need to customize it) but unfortunately I didn’t find any API to customize this behaviour.
Can new Task Incident Handler be added to an already existing process engine?