WWF Gurus,
I have a state xoml workflow that needs to retrieve the events (i.e., EventDriven activity names in a specific state) for a specific state. Is there any sample code I can execute
Thanks in advance,
JP
WWF Gurus,
I have a state xoml workflow that needs to retrieve the events (i.e., EventDriven activity names in a specific state) for a specific state. Is there any sample code I can execute
Thanks in advance,
JP
How can I List events for a state in a state workflow xoml during runtime?
DanBaumbach
The ordering state machine sample in the SDK queries for this information and uses it to update the UI.
http://msdn2.microsoft.com/en-us/library/ms741709.aspx
Matt