Bug:
When two processes are deployed which are related through a call activity and both contain an event subprocess which both start through a message start event, then only one event subscription is created inside the database. The result is that only one process (parent) can receive a message.
This is true for all event subscriptions (eg signal, message etc)
Expected behaviour:
An event subscription is generated for each event.