A Step is a sub-component of a workflow. Each Step performs an action.

Hierarchy

  • Step

Constructors

Properties

actionId: string

The unique identifier of an action.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
completionGate?: CompletionGate

Used to create conditions before running subsequent actions.

connectionLabel?: string

The unique identifier of a connection defined in the spec.

display?: StepDisplay

The definition of StepDisplay object.

errorHandlers?: ErrorHandler[]

The Step errorHandlers.

name: string

Name of the step.

outboundEdges?: OutboundEdge[]

A list of subsequent actions to run.

parameters?: Parameter[]

A list of inputs for an action.

readinessGate?: ReadinessGate

Used to merge multiple branches into a single branch.

Generated using TypeDoc