DataFlowExecutionState
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Aggregated execution state of a data flow
public enum DataFlowExecutionState
Inheritance Object → ValueType → Enum → DataFlowExecutionState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Idle | 0 | No recent executions for any pipeline |
| Running | 1 | At least one pipeline is currently running |
| Completed | 2 | All recent executions completed successfully (none running) |
| Failed | 3 | At least one pipeline failed in the last hour (none running) |