Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Creating workflows dinamically at runtime › Creating workflows dinamically at runtime
October 12, 2005 at 10:24 PM
#12051
Hello.
That can not really be done inside an Orchestration.
But, you would use Content Based Routing and Orchestrations with the Rules Engine to achieve something close to dynamic workflows. Each message would have properties set on it what would route it to the correct “next step” in the process. Then, at the end it will run through the rules engine again to see where to go next.
I saw a demo using this by a Microsoft guy. It was awesome.
Hope this helps.