Class DashboardStatistics
- Namespace
- FlowOrchestrator.Core.Storage
- Assembly
- FlowOrchestrator.Core.dll
Aggregate counts displayed on the dashboard overview panel. Returned by GetStatisticsAsync().
public sealed class DashboardStatistics
- Inheritance
-
DashboardStatistics
- Inherited Members
Properties
ActiveRuns
Number of runs currently in Running status.
public int ActiveRuns { get; set; }
Property Value
CompletedToday
Number of runs that completed with Succeeded status today (UTC).
public int CompletedToday { get; set; }
Property Value
FailedToday
Number of runs that completed with Failed status today (UTC).
public int FailedToday { get; set; }
Property Value
TotalFlows
Total number of registered (enabled) flow definitions.
public int TotalFlows { get; set; }