Does interrupting subprocess interrupt non-interrupting subprocess?

state:
Activity Choose recipe
and Subprocess’ activity “take new guest …”

in the interest of safety,
would error-StartEvent “cooking meal failed” cancel both processes or can subprocess “include guest” run to end?

@Marco1, yes that’s possible. in subprocess you have modeled 2 interrupting event sub process, an event occured in one interrupting event subprocess can trigger another interrupting event subprocess.

Thank you, nevertheless, in the picture there are one non-interrupting and one interrupting event subprocess;
my question is: would event-subprocess “provide meal” also interrupt event-subprocess “include guest”?