The Executing event of all my SetStateActivity objects dont fire
I do this when starting teh instance using
instance.GetWorkflowDefinition()
as the root of the Activity tree.
I'm guessing that this has something to do with executioncontexts and the fact that the SetStateActivities I hook up to are only used as templates and the ones that actually run and go thru the state transaitions are just copies. However, shouldnt those copies also copy any hooked up event handlers?
Otherwise I may have to hook this up in an activity in the initialisation of each of my states, but I'd rather not have to do that as at thee moment it should work without any mods to the workflow itself.

