Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Catch exception strategy › Catch exception strategy
July 28, 2006 at 2:44 PM
#15121
If anything in the atomic scope throws an exception, then it will get caught by the long running scope. If your atomic scope has a \”compensation\” action, then the long running scope can be set up to automatically call the compensation code.