4 references to InstanceId
System.Workflow.Activities (3)
LocalService\ExternalDataExchangeService.cs (1)
369WorkflowInstance workflowInstance = this.eds.Runtime.GetWorkflow(eventArgs.InstanceId);
LocalService\WorkflowMessageEventHandler.cs (2)
136WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "Firing event {0} for instance {1}", this.eventName, eventArgs.InstanceId); 148throw new EventDeliveryFailedException(SR.GetString(SR.Error_EventDeliveryFailedException, this.proxiedType, this.eventName, eventArgs.InstanceId), e);
System.WorkflowServices (1)
System\ServiceModel\Activities\WorkflowClientDeliverMessageWrapper.cs (1)
55context["instanceId"] = eventArgs.InstanceId.ToString();