hello,
thank you for your reply, I tried to implement code that you sent to me but I have a blocking message "The process couldn't be started . Can not instantiate process definition process- dataflow : 3: 05a9881d - 1386- 11e5 - bb5e - fc4dd4477543 : Can not correlate messages payloadIntegrated : No process definition or execution matches the parameters "
I used a javaDelegate class here is the code snippet :
public void execute ( DelegateExecution execution) throws Exception {
// TODO
ProcessEngine processEngine BpmPlatform.getDefaultProcessEngine = ();
processEngine.getRuntimeService () correlateMessage ( " payloadIntegrated .");
}}