Subprocess with integration call and receive activity correlation
Hi all,
Can we have a Process cloud subprocess (multiple sequential instances) with integration call followed by a receive activity that is called asynchronously by process B (OIC integration calls process B and process B uses send activity to invoke main process's receive activity which is waiting inside a subprocess).
When correlation is setup between Integration call (initialize) and Receive activity (correlate), following error is thrown at runtime:
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/} correlationViolation}messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
Thanks