camunda BPM 7.1.0-alpha4 features a new fluent API for message correlation.
BPMN 2.0 defines events and tasks catching messages. The following is a fragment of a process waiting for an order to be cancelled:
Intermediate Message Catch Event
In BPMN 2.0 XML you have to provide a name for the message you want to catch:
...
↧