Looking for a type of convoy pattern

Home Page Forums BizTalk 2004 – BizTalk 2010 Looking for a type of convoy pattern Looking for a type of convoy pattern

#12614

Stephen,

I looked at the dynamic map example and tried to apply this to a dynamic exec. This is what I have. The expression editor doesn’t like the exec.
tOrchType is defined as System.Type as in your mapping example.

Any ideas ?

tOrchType = System.Type.GetType(\”testdynamicexec.BizTalk_Orchestration2 , testdynamicexec, Version=1.0.0.0, Culture=neutral, PublicKeyToken=22ac5e671a17a7fb\”);
exec tOrchType (Port_2, Message_1);
// note the below is whats in the odx file for a start shape
//exec testdynamicexec.BizTalk_Orchestration2 (Port_2, Message_1);

the error indicated on the exec part is Torchtype: can only call or exec a service
the error indicated on tOrchType is ‘TorchType’ is not a function