2 references to GetContextActivityForId
System.Workflow.Runtime (2)
Scheduler.cs (1)
135
Activity contextActivity = this.RootWorkflowExecutor.
GetContextActivityForId
(contextId);
WorkflowStateRollbackService.cs (1)
100
Activity activityContext = newWorkflowExecutor.
GetContextActivityForId
(this.activityContextId);