Base:
property
Id
System.Activities.Hosting.WorkflowInstance.Id
24 references to Id
System.ServiceModel.Activities (24)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
602
OperationExecutionFault.CreateUpdateFailedFault(SR.CannotUpdateLoadedInstance(this.workflowServiceInstance.
Id
))));
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (17)
1285
this.Controller.Track(new WorkflowInstanceRecord(this.
Id
, this.WorkflowDefinition.DisplayName, WorkflowInstanceStates.Idle, this.DefinitionIdentity));
1505
this.Controller.Track(new WorkflowInstanceRecord(this.
Id
, this.WorkflowDefinition.DisplayName, WorkflowInstanceStates.Deleted, this.DefinitionIdentity));
1510
this.Controller.Track(new WorkflowInstanceRecord(this.
Id
, this.WorkflowDefinition.DisplayName, WorkflowInstanceStates.Unloaded, this.DefinitionIdentity));
1515
this.Controller.Track(new WorkflowInstanceRecord(this.
Id
, this.WorkflowDefinition.DisplayName, WorkflowInstanceStates.Persisted, this.DefinitionIdentity));
1779
throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateAbortedFault(SR.WorkflowInstanceAborted(this.
Id
))));
1789
throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateTerminatedFault(SR.WorkflowInstanceTerminated(this.
Id
))));
1793
throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateCompletedFault(SR.WorkflowInstanceCompleted(this.
Id
))));
1802
throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateInstanceUnloadedFault(SR.WorkflowInstanceUnloaded(this.
Id
))));
2177
FaultPendingRequests(new FaultException(OperationExecutionFault.CreateTerminatedFault(SR.WorkflowInstanceTerminated(this.
Id
))));
2181
FaultPendingRequests(new FaultException(OperationExecutionFault.CreateCompletedFault(SR.WorkflowInstanceCompleted(this.
Id
))));
2378
OperationExecutionFault.CreateSuspendedFault(this.
Id
, operationName)));
2389
AspNetEnvironment.Current.TraceDecrementBusyCount(SR.BusyCountTraceFormatString(this.
Id
));
2402
AspNetEnvironment.Current.TraceIncrementBusyCount(SR.BusyCountTraceFormatString(this.
Id
));
4403
this.Instance.Controller.Track(new WorkflowInstanceRecord(this.Instance.
Id
, this.Instance.WorkflowDefinition.DisplayName, WorkflowInstanceStates.Unloaded, this.Instance.DefinitionIdentity));
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));
4763
this.Instance.Controller.Track(new WorkflowInstanceRecord(this.Instance.
Id
, this.Instance.WorkflowDefinition.DisplayName, WorkflowInstanceStates.Unsuspended, this.Instance.DefinitionIdentity));
System\ServiceModel\Activities\WorkflowOperationContext.cs (6)
379
AspNetEnvironment.Current.TraceDecrementBusyCount(SR.BusyCountTraceFormatString(this.workflowInstance.
Id
));
391
AspNetEnvironment.Current.TraceIncrementBusyCount(SR.BusyCountTraceFormatString(this.workflowInstance.
Id
));
400
if (DiagnosticTraceBase.ActivityId != this.workflowInstance.
Id
)
402
DiagnosticTraceBase.ActivityId = this.workflowInstance.
Id
;
682
TD.BufferOutOfOrderMessageNoBookmark(thisPtr.eventTraceActivity, thisPtr.workflowInstance.
Id
.ToString(), thisPtr.bookmark.Name);
692
throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateOperationNotAvailableFault(thisPtr.workflowInstance.
Id
, thisPtr.bookmark.Name)));