Throwing message event in subprocess/event-subprocess

Hi, I was wondering whether it is possible to have a throwing message event in a subprocess and/or event-subprocess. The message would not be used for inter-process comms but to notify a participant, e.g. send email out of subprocess or event-subprocess to customer.

Sure, you could have an intermediate event or an end event that sends a message event within a subprocess or event-subproccess.

Thanks Niall!