I have a requirement in an orchestration where i will recieve 6 different xmls in 2 different rcv locations(3 from each recive location) and all of them in a single orchestaration instance
so i think i need to use the concepts of Parallel and Sequential Convoys
As Shown in the Above Figure I have Placed a Parallel Action Shape and placed 2 Rcv Locations in it to pick 3 xmls from each rcv location and next placed a Listen shape so that i recieve 3 xmls from the same location.
but I am not sure how to use the Correlation types in this example because the xmls structures are completely different Do ihave to use Bts.RcvPortName property on all the Rcv locations?