Re: Running orchestration sequential

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

#25795

Hi Daniel.

I consume a flat file and debatch it. So I have a lot of small xml files. In the orchestration I consume an assembly. This assembly call different web services and did some checks. When everthing is fine the values will be written in a database.

Now I think BTS ist starting the orchestration many times as files are there to work with. So BTS is not waiting til the orchestration is finished before it starts the next one. If you have a lot of messages the orchestrations is starting x-times and all the orchestrations running parallel.

Is this right? Is there a way to let BTS wait til the orchestration is finished befor he starts next?

Thanks in advance.

Wolfgang