asyncStageIds
Async IDs
required
|
type: array of string
|
failFast
Fail Fast
required
|
Sets the fail-fast behavior. If selected, will abort any asynchronous calls we are waiting for after the first failure.
type: boolean
default value: 'false '
|
strictAsyncIds
Strict Async IDs
required
|
Throw an error if one of the reference Async IDs is missing from the context.
type: boolean
default value: 'true '
|
timeoutMs
Timeout
required
|
Maximum amount of time (in milliseconds) that this stage will wait for completion of the configured asynchronous stages. If this timeout is reached and not all asynchronous stages have completed, it will abort the unfinished ones
type: integer
default value: '1000 '
exclusiveMinimum: false
minimum: 1
|