IWorkflowEnvelope.FlowState Property

Definition

Gets or sets the state of the workflow.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets the state of the workflow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState) }, ReadOnly=false, Required=false, SerializedName="flowState")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState? FlowState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets the state of the workflow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState) }, ReadOnly=false, Required=false, SerializedName="flowState")>]
member this.FlowState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowState> with get, set
Public Property FlowState As Nullable(Of WorkflowState)

Property Value

Attributes

Applies to