3 references to StatusPropertyName
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
235if (saveWorkflowCommand.InstanceData.TryGetValue(SqlWorkflowInstanceStoreConstants.StatusPropertyName, out executionStatusProperty)) 308if (saveWorkflowCommand.InstanceData.TryGetValue(SqlWorkflowInstanceStoreConstants.StatusPropertyName, out statusPropertyValue) &&
System\Activities\DurableInstancing\SerializationUtilities.cs (1)
177primitiveWriteOnlyProperties.Remove(SqlWorkflowInstanceStoreConstants.StatusPropertyName);