7 references to GetWorkflow
System.Workflow.Runtime (3)
Hosting\SqlWorkflowPersistenceService.cs (3)
895
WorkflowInstance instance = Runtime.
GetWorkflow
(instanceId);
915
WorkflowInstance instance = Runtime.
GetWorkflow
(instanceId);
951
Runtime.
GetWorkflow
(id).Load();
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
86
this.workflowInstance = this.workflowDefinition.WorkflowRuntime.
GetWorkflow
(InstanceId);
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (3)
185
this.workflowRuntime.
GetWorkflow
(instanceId).TryUnload();
189
this.workflowRuntime.
GetWorkflow
(instanceId).Abort();
205
this.workflowRuntime.
GetWorkflow
(instanceId).Abort();