Hi,
We have a scenario where we want promote property in orchestration for further message routing and we are sending message to MsgBox with the help of Send Port with Direct Binding.
We cant not use Correlation Set since Send Shape in orchestration is in Loop.
We have tried executing send pipeline from orchestration using ExecuteSendPipeline() method. This send pipeline contains component for promoting proprety. But somehow, this approach is not working.
Please suggest alternative approach for this.