Discussion:
View Orchestration
(too old to reply)
Kenan Kilictepe
2008-07-12 01:00:14 UTC
Permalink
Is it possible to catch the start of an orchestration in a windows
application code?

Thanks
Yossi Dahan [MVP]
2008-07-19 19:03:49 UTC
Permalink
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 Kilictepe
Is it possible to catch the start of an orchestration in a windows
application code?
Thanks
Kenan Kilictepe
2008-07-20 19:12:17 UTC
Permalink
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 Kilictepe
Is it possible to catch the start of an orchestration in a windows
application code?
Thanks
Loading...