After you add a playbook execution step when creating or editing a playbook, you have to configure its settings. To do this, click the block with the step, and then in the right pane, specify the required parameters by using jq expressions.
In visual editor, you can add and configure the following types of playbook execution steps:
The types of response actions can be conventionally divided into groups.
After you select this type of step, the Loop and End loop blocks are added to the visual editor.
After you select this type of step, the Parallel and End parallel blocks are added to the visual editor.
You can add new branches by clicking the Add branch button.
After you select this type of step, the Decision and End decision blocks are added to the visual editor. Click the Decision block, specify a jq expression with a condition, and the condition name.
If necessary, add new conditions by clicking the Add condition button.
Specify the jq expressions in the Output field, and then select whether to overwrite the current output data or merge the new and the current data.
You can perform the following actions with playbook execution steps:
For parameters that imply entering jq expressions, syntax is highlighted and suggestions are displayed when you start typing.
In the toolbar, you can perform the following actions:
You can expand the code panel by clicking the () icon, and close the panel by clicking the (
) icon.