Camunda 8 how to use message event using code

Suppose we have two bpmn and second is expecting message.

  1. One is having start,service task,end event (ie. throwing some message here in second diagram)
  2. Second bpmn is having receive message event,how to catch message here in caumunda 8 using java?

Hi @Smart_techie

You are looking for “message correlation”. See here: Message correlation | Camunda Platform 8 and here: Messages | Camunda Platform 8.

Josh