Hi,
I am currently working with Workflow Foundation. More specifically Workflows for SharePoint.
I am trying to mock workflow activities:
Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated which derives from System.Workflow.Activities.HandleExternalEventActivity
Is there a way to simply "bypass" the creation of the base and simply "instanciate" the class, and simulate the "OnInvoked" method ? The designer sets some properties. (Some are Complex "SetBindings" for example, which has ties to the "Component Model")
Any dfferent ideas on how to go about this is welcome.