How do start an event for exceptions that may happen during any stage of my workflow?
sample.bpmn (7.4 KB)
In the sample I created, I tried to have a subprocess, but how do I send the message and terminate the parent process when the exception happened?
Also, how do I handle multiple exception messages for the same event?
If this is not the right approach, what else could I do?
The main process could be much longer. I’m using Java API to send messageCorrelation and start the workflow