Compartir a través de


Workflow.Status Propiedad

Definición

Obtiene o establece el estado del flujo de trabajo. Entre los valores posibles se incluyen: "active", "expired", "succeeded", "aborted", "failed"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public string Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : string with get, set
Public Property Status As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a