I have a process containing a sub-process. The sub-process can end either normally (with an Untyped End Event) or through Cancel End Event.
In the latter case I wanted to use a Boundary Interrupting Cancel Event to indicate next action taken in such case. I can't find a way to do that though. I can add other types of Boundary Events (both Interrupting and Non-Interrupting), but Cancel is not on the list.
This is a simplification of my process, with Escalation Events used in place of Cancel:
My situation is essentially similar to one described here.
I'm using Bizagi Modeller.
Do I oversee something or is it a limitation of Bizagi?