Hi Experts,
I am trying to trigger the intermediate message event using REST API call but I get below error.
org.camunda.bpm.engine.MismatchingMessageCorrelationException: Cannot correlate message ‘MessageIntermediate’: No process definition or execution matches the parameters
I tried to trigger the message event with and without the token available on it. Also, I enabled the setting “Asynchronous Before” on the message event but still got the same error.
process.bpmn (8.4 KB)
Please advise. What am I missing?
Thanks