WorkflowRunFilter Class

Definition

The workflow run filter.

public class WorkflowRunFilter
type WorkflowRunFilter = class
Public Class WorkflowRunFilter
Inheritance
WorkflowRunFilter

Constructors

WorkflowRunFilter()

Initializes a new instance of the WorkflowRunFilter class.

WorkflowRunFilter(String)

Initializes a new instance of the WorkflowRunFilter class.

Properties

Status

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

Applies to