Hi, it’s there any way to catch messages before a certain stage in my process definition?
For example, I have the following bpmn
test.bpmn (6.7 KB)
I want to catch a message and execute a task before a certain existing message catch for the possible exception. How could I implement it?