Boundary events on embedded subprocess

Events that are thrown during execution of the subprocess can be caught by a boundary event on the boundary of the subprocess, thus creating a scope for that event, limited to the subprocess.

What can we achieving in creating a scope for that event which is limited to the subprocess and not the main process level?

1 Like