Home Page › Forums › BizTalk 2004 – BizTalk 2010 › using decision shape with orchestration variables › Re: using decision shape with orchestration variables
October 21, 2008 at 8:20 AM
#21025
Are you using a loop in your orchestration to iterate over the messages, or are you splitting the messages in the pipeline and processing each message with a new instance of the orchesration? If you are using separate orchestration instances, then you are getting new instances of the variables, so the token will be null. In that case you might want to look at using a helper class with a static variable to hold the token.