I am getting the following error
org.camunda.bpm.engine.MismatchingMessageCorrelationException: Cannot correlate message ‘messageName’: No process definition or execution matches the parameters
I have two processes A and B. I am able to correlate message from A to B but the reverse is throwing the above error. What could be the reason for this issue.
Any idea to resolve this?
Regards,
Vinu