Hi,
Im trying to achieve the message communication in-between two panes. I tried all possible correlate api’s and I still could not make it. Appreciate your input.
pool_pane_test.bpmn (7.7 KB)
The problem is in “Place Order” task, as shown in the bpmn file.
Place Order:- Im using a JavaDelegate class with following code.
execution.getProcessEngineServices().getRuntimeService().startProcessInstanceByMessage("order_request");
“order_request” is the message name I have set in “Order received” message start event. Im getting following error.
Cannot instantiate process definition pool_pane_test_1:9:986804ac-8835-11eb-a8f4-c6b612b0ba98: Cannot correlate message 'order_request': No process definition matches the parameters
What am I doing wrong here?