Hi all,
Trying to interpret this line from the documentation about how event subprocesses work - "An interrupting sub-process cancels any executions in the current scope"
What does current scope mean?
I assume if I have a parent process with an event subprocess that gets triggered, the parent process is killed.
But when things get more complex - say you have a parent process, which uses call activity and a multi instance loop to spawn a bunch of child subprocesses. If an event subprocess triggers in a single one of those children, which processes are cancelled? All siblings and the parent? Just the single child subprocess?