I’m currently on Microsoft ‘Developing Business Process and Integration Solutions using MS BizTalk Server 2006′ course and in the process of working through a lab, noticed some interesting behaviour when attempting to debug orchestrations that are called from other orchestrations.
It would appear that only asynchronous (aka ’started’) orchestrations will appear as service instances in HAT and not synchronous (aka ‘called’). I presume this is due to the fact that the called orchestration exists in the thread of the caller, rather than spawning a new thread as in the case of a started orchestration, possibly due to optimisation?
Either way, it would be helpful to receive a service instance in HAT so I can attach and debug…
0 Responses to “Called Orchestrations do not Produce Service Instances in HAT”