Skip to main content

DataFlowExecutionState

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Aggregated execution state of a data flow

public enum DataFlowExecutionState

Inheritance ObjectValueTypeEnumDataFlowExecutionState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Idle0No recent executions for any pipeline
Running1At least one pipeline is currently running
Completed2All recent executions completed successfully (none running)
Failed3At least one pipeline failed in the last hour (none running)