Can an event sub-process triggered by an event correlated from parent process?

Can an event sub-process be triggered by an event correlated from the parent process?

In the diagram below,

When a message event is sent in BPMN it must leave the scope of the process sending ht message. This means that a process cannot send a message to itself.

But you can use other events to trigger the event sub process like a conditional event or a properly configured signal event.

Thanks, @Niall. This is as I expected based on “"createMessageCorrelation" raised error "No process definition or execution matches the parameters"