WorkflowRun Class

Definition

The workflow run.

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowRun : Microsoft.Azure.Management.Logic.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowRun = class
    inherit SubResource
Public Class WorkflowRun
Inherits SubResource
Inheritance
WorkflowRun
Attributes

Constructors

WorkflowRun()

Initializes a new instance of the WorkflowRun class.

WorkflowRun(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ResourceReference, WorkflowRunTrigger, IDictionary<String,WorkflowOutputParameter>, WorkflowRunTrigger, String, String)

Initializes a new instance of the WorkflowRun class.

Properties

Code

Gets the code.

Correlation

Gets or sets the run correlation.

CorrelationId

Gets the correlation id.

EndTime

Gets the end time.

Error

Gets the error.

Id

Gets the resource id.

(Inherited from SubResource)
Name

Gets the workflow run name.

Outputs

Gets the outputs.

Response

Gets the response of the flow run.

StartTime

Gets the start time.

Status

Gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'

Trigger

Gets the fired trigger.

Type

Gets the workflow run type.

WaitEndTime

Gets the wait end time.

Workflow

Gets the reference to workflow version.

Applies to