2 references to WorkflowInstanceSuspendedRecord
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
4496
this.Instance.Controller.Track(new
WorkflowInstanceSuspendedRecord
(this.Instance.Id, this.Instance.WorkflowDefinition.DisplayName, data.reason.Message, this.Instance.DefinitionIdentity));
4702
thisPtr.parent.Instance.Controller.Track(new
WorkflowInstanceSuspendedRecord
(thisPtr.parent.Instance.Id, thisPtr.parent.Instance.WorkflowDefinition.DisplayName, thisPtr.parent.reason, thisPtr.parent.Instance.DefinitionIdentity));