Conflicting documentation on message start events?

Hello,

While debugging an issue I am having with messages, I found some potentially conflicting documentation.

This page demonstrates the use of message start events in event subprocesses within a model, yet this page says:

Message start events are only supported in top-level processes. Message start events are not supported in embedded sub processes.

Is the above bullet point still applicable?

Thanks!

Message start events are supported for event sub-processes


But not for embedded sup-processes

1 Like

In addition to Niall’s reply, here are the doc pages:

1 Like

Thank you for clarifying! It was not clear to me that an event subprocess is not also embedded.