StepWait OBJECT

A wait step waits for all previous steps to have successfully completed before allowing following jobs to continue

Fields

conditionalString

The conditional evaluated for this step

dependenciesDependencyConnection

Dependencies of this job

Arguments

firstIntrequired

Returns the first n elements from the list.

afterStringrequired

Returns the elements in the list that come after the specified cursor.

lastIntrequired

Returns the last n elements from the list.

beforeStringrequired

Returns the elements in the list that come before the specified cursor.

keyString

The user-defined key for this step

uuidString

The UUID for this step

Interfaces

Step