Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to use value within Scope shape in Catch Exception block? › Re: How to use value within Scope shape in Catch Exception block?
September 19, 2006 at 9:21 PM
#15746
Maybe try declaring a variable at the top of your Orchestration and set it to a default value. Then, set it inside the Catch Block on an error. See if that would works.