Property InstancesByState
- Namespace
- Millrace.Storage.Monitoring
- Assembly
- Millrace.dll
InstancesByState
Workflow instance count per state, with the same completeness rule as JobsByState.
public required IReadOnlyDictionary<WorkflowInstanceState, long> InstancesByState { get; init; }