I’m working on a project that was handed over.
The thing is that we have a process that is created in state A, and then moves from state A to B.
It works for 10 times, and then it gets “stuck” and on the same scenario I get HTTP 400 and the following error:
org.camunda.bpm.engine.MismatchingMessageCorrelationException: Cannot correlate message validate_clicked_on_compose: No process definition or execution matches the parameters
I’ve been running the flow over and over testing a new flow outside the Camunda component.
The code that calls the Camunda REST api and the Camunda Process we have in place have not been modified.
I’m not sure what happens, but I think that after enough time, it resets. restarting the Camunda service doesn’t help.
I’m not very knowledgeable in Camunda. So any help and pointers are welcome.
And thanks
Yossi