WorkflowRunAction Class

Definition

The workflow run action.

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

Constructors

WorkflowRunAction()

Initializes a new instance of the WorkflowRunAction class.

WorkflowRunAction(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Object, IList<RetryHistory>, String, String)

Initializes a new instance of the WorkflowRunAction class.

Properties

Code

Gets the code.

Correlation

Gets or sets the correlation properties.

EndTime

Gets the end time.

Error

Gets the error.

Id

Gets the resource id.

(Inherited from SubResource)
InputsLink

Gets the link to inputs.

Name

Gets the workflow run action name.

OutputsLink

Gets the link to outputs.

RetryHistory

Gets the retry histories.

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'

TrackedProperties

Gets the tracked properties.

TrackingId

Gets the tracking id.

Type

Gets the workflow run action type.

Applies to