Merge Async Results Stage
Wait for previous asynchronous stages to complete and merge their results into the active request.
|
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|
Wait for previous asynchronous stages to complete and merge their results into the active request
skip - boolean
Set to true to skip this stage.
Default: false
label - string
A unique label for this stage.
<= 255 characters
condition - string
Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.
timeoutMs - integerrequired
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
>= 1
exclusiveMinimum: false
Default: 1000
asyncStageIds - array[string]required
strictAsyncIds - booleanrequired
Throw an error if one of the reference Async IDs is missing from the context.
Default: true
failFast - booleanrequired
Sets the fail-fast behavior. If selected, will abort any asynchronous calls we are waiting for after the first failure.
Default: false