2 writes to StateId
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
998
item.
StateId
= contextGuid;
1058
item.
StateId
= ((ActivityExecutionContextInfo)completedScopeActivity.GetValue(Activity.ActivityExecutionContextInfoProperty)).ContextGuid;
1 reference to StateId
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
1119
persistenceDBAccessor.InsertCompletedScope(item.InstanceId, item.
StateId
, item.SerializedActivity);