Home Page › Forums › BizTalk 2013 & BizTalk 2013 R2 › simple call to another orchestration › Re: simple call to another orchestration
June 26, 2014 at 4:14 PM
#28042
Thanks so much for your response. But I need a receive shape in my called orchestration. The idea is that I'll have a main orchestration start up, make an entry to a sql table for processStart with dates, etc, then call several other orchestrations that will work with different types of messages. Those orchestrations will each have a receive shape for a different message. I thought it would be better to break it up into several orchestrations rather than have one with so many shapes. Would it make a difference if I used 'start' orchestration rather than 'call' orchestration?