Re: simple call to another orchestration

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 simple call to another orchestration Re: simple call to another orchestration

#28054

Hi,

 From your calling orchestration, you can pass different message type to each of your called orchestration as a parameter, like I said in my earlier post, you need to get rid of the Receive shape in your called orchestration. Using a Start orchestration shape vs. a Call orchestration does not matter in your scenario unless you expect to do an asynchronous call in the former vs. a synchronous call in the latter.