Re: Running orchestration sequential

Home Page Forums BizTalk 2004 – BizTalk 2010 Running orchestration sequential Re: Running orchestration sequential

#25818

Hi Wolfgang,

 

   Yes, that’s correct: your orchestration will run as many instances as the number of messages it picks up in the receive folder. But you stated that you want the orchestration to wait for one instance to finish before starting another, is that correct? If so, you could look into implementing a singleton pattern for your orchestration.

 

   Daniel.