Re: using decision shape with orchestration variables

Home Page Forums BizTalk 2004 – BizTalk 2010 using decision shape with orchestration variables Re: using decision shape with orchestration variables

#21026

Thank you Rusel, I didn’t realize a new instance of the orchestration would be created for each message.  I should be able to adjust my class to handle that pretty easily.

In a best practices sense, would it be better to break the message in the pipeline (which i’m doing now) or loop through the messages in the orchestration and use the orchestration variables?

Thank you,