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