[quote:dab3feaa3e=\”Stephen W. Thomas\”]John Flanders said it’s possible to dynamically start or call an Orchestration. I have not tried to do it, but you might want to check out http://www.masteringbiztalk.com.
It should be possible using a method similar to how you dynamically call a map.
Hope this helps.[/quote:dab3feaa3e]
I didn’t find any articles on his site regarding this, but Google pointed me back to a comment he made on your blog. His comment states:
([url]http://geekswithblogs.net/sthomas/archive/2005/10/21/57671.aspx#58174[/url])
# re: BizTalk vNext (Biztalk 2008?) Wish List
10/26/2005 11:04 AM by Jon Flanders
call NS.BizTalk_Orchestration2 (Variable_1);
But you have to know the type at compile time. Someone futher down in the comments mentions this and hints that you might be able to use a Type instance in the call to exec; I’ll have to investigate that as I never really considered that option…
Thanks again.