1 implementation of StartWorkflow
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
113Guid IStartWorkflow.StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues)
1 reference to StartWorkflow
System.Workflow.Activities (1)
InvokeSchedule.cs (1)
176Guid instanceId = workflowInvoker.StartWorkflow(this.TargetWorkflow, namedArgumentValues);