Use message start events in different BPM diagrams

Thanks @Niall for your reactivity, greatly appreciated! Indeed the solution was the “implementation” placeholder.
image

I used:
${execution.getProcessEngineServices().getRuntimeService().createMessageCorrelation("Hello").correlateWithResult()} as my message name was “hello”.

Thanks again, Ch.