Hello there,
I am trying to receive same message twice at two different shapes in an orchestration. I have implemented correlation as well. but these two receive shapes are the followers of that correlation. So i have got three receive shapes in the orchestration, first one is used to initiate the orchestration, and rest of the two are to receive the real message.
We tried in following ways:
1. Within a single receive port with three different operations.
2. Within a single receive port with two operations: 1st for receive shape which initiates the correlation and 2nd one is for rest of the two receive shape.
3. Two receive port, 1st one with two operation: 1st for for receive shape which initiates the correlation and 2nd one is for any either receive shape
2nd one with singel operation for remaining receive shape.
I m getting compile time error.. “in a sequential convoy ports must be identical”
What could be the solution for this?
Please reply, thanks alot in advance.