IWorkflowEnvelope.FlowState Property

Definition

Gets or sets the state of the workflow.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Gets or sets the state of the workflow.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="flowState", Update=true)]
public string FlowState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Gets or sets the state of the workflow.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="flowState", Update=true)>]
member this.FlowState : string with get, set
Public Property FlowState As String

Property Value

Attributes

Applies to