Contents
Parallel
Before specifying the Parallel
parameter, make sure that the aggregate
parameter is also specified in the playbook algorithm.
The Parallel
parameters are used to perform several actions on the data at the same time. Unlike Loop, Parallel
transmits the same input data to different execution branches.
Parameter ID |
Description |
|
A jq expression for composing an array. |
|
This parameter allows you to configure aggregation rules by using a jq expression. |
|
Configuring how to apply the output data to the current playbook data. Possible values:
|
|
This parameter defines the behavior when an error occurs in one of the branches. Possible values:
By default, the value is |
|
Execution branches. |
Branch
Parameter ID |
Description |
|
The name of the branch that is unique within |
|
Array of execution steps. |