Hello
I have a BPEL what have 2 points for the invocation, the first is for initiate the process, and the second is for continue the process because it waits a data from another component, I have the instanceId and I want to know, how to send this from the other service.
I remember other BPEL what I made, and it had conversationId, and I continued the flow by using the component <add:RelatesTo RelationshipType=""> into the header. But in this BPEL I dont have conversationId.
The BPEL exposes a SOAP.
Thanks in advance.