1 implementation of IStartWorkflow
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContext.cs (1)
106
internal sealed class StartWorkflow :
IStartWorkflow
7 references to IStartWorkflow
System.Workflow.Activities (4)
InvokeSchedule.cs (4)
172
IStartWorkflow
workflowInvoker = executionContext.GetService(typeof(
IStartWorkflow
)) as
IStartWorkflow
;
174
throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(
IStartWorkflow
).FullName));
System.Workflow.ComponentModel (3)
AuthoringOM\ActivityExecutionContext.cs (3)
51
private
IStartWorkflow
startWorkflowService = null;
113
Guid
IStartWorkflow
.StartWorkflow(Type workflowType, Dictionary<string, object> namedArgumentValues)
132
if (serviceType == typeof(
IStartWorkflow
))