Share via


WorkflowStatus Enum

Definition

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum WorkflowStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type WorkflowStatus = 
Public Enum WorkflowStatus
Inheritance
WorkflowStatus
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

NotSpecified 0
Paused 1
Running 2
Waiting 3
Succeeded 4
Skipped 5
Suspended 6
Cancelled 7
Failed 8
Faulted 9
TimedOut 10
Aborted 11
Ignored 12

Applies to