Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Synchronization of activities in Orchestration › Re: Synchronization of activities in Orchestration
October 10, 2007 at 11:53 AM
#18181
I do this by using the "Parallel Action" shape in an Orchestration.
I receive invoice files from a supplier that are broken up across 3 files. I need all 3 files received before I move on to my Transformations. I believe this will work for your application. I'm hoping my success isn't just dumb luck.
Can someone confirm?