Hi, I am new to BPMN and Camunda and just started using it.
I see that there is an escalation intermediate throw event
which can be used for subprocess to inform something to the parent process. As per my understanding, the subprocess flow will not be interrupted and in parent process if there is escalation boundary event non-interrupting
then it will catch the subprocess event and continue to required steps while not affecting the original parent process flow.
I want to know why is this element called as escalation intermediate throw event
and not escalation intermediate throw event(non-interrupting)
in that case?