I have a windows application and I need to get a message (somehow,WMI events
,dll hook,SQL triggers,etc..) from Biztalk whenever an orchestration starts.
I tried to use WMI events but there is nothing like "Orchestration Started".
The only idea I could find was adding a SQL CLR trigger to SQL server and
send a message to my app in the trigger.
It should work without changing anything in the current orchestrations
therefor I can`t add custom codes to my Biztalk project. It must work
externally.
Thanks
Kenan
Post by Yossi Dahan [MVP]Could you provide some more information about what you are trying to
achieve? what does "catch" mean?
--
Yossi Dahan
http://www.sabratech.co.uk/blogs/yossidahan
Post by Kenan KilictepeIs it possible to catch the start of an orchestration in a windows
application code?
Thanks