WorkflowRunTrigger Class

Definition

The workflow run trigger.

public class WorkflowRunTrigger
type WorkflowRunTrigger = class
Public Class WorkflowRunTrigger
Inheritance
WorkflowRunTrigger

Constructors

WorkflowRunTrigger()

Initializes a new instance of the WorkflowRunTrigger class.

WorkflowRunTrigger(String, Object, ContentLink, Object, ContentLink, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, Correlation, String, String, Object, Object)

Initializes a new instance of the WorkflowRunTrigger class.

Properties

Code

Gets the code.

Correlation

Gets or sets the run correlation.

EndTime

Gets the end time.

Error

Gets the error.

Inputs

Gets the inputs.

InputsLink

Gets the link to inputs.

Name

Gets the name.

Outputs

Gets the outputs.

OutputsLink

Gets the link to outputs.

ScheduledTime

Gets the scheduled time.

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.

Applies to