Views:

View a list of playbook nodes.

The following table lists the nodes that may be available in playbook templates with a fixed workflow.

Nodes in Playbook Templates with a Fixed Workflow

Node Example
Name
Description
trigger=bb7093ad-8f13-4a7b-8138-595c73eb3f03.png
Trigger node
Circumstance or event that triggers the execution of the playbook
condition_1=20230317091717.png
Condition node
Prerequisites that must be met before playbook actions are performed
notification_method_selection=20220823083030.png
Path selection node
Determines the logical path of the playbook
manual_approval=54c6af45-0edf-43e3-bcc2-cc458b58ac34.png
Manual approval node
Determines whether manual approval is required
loop=4d982234-2ae6-4ed7-835c-46909b6e7c56.png
Loop node
Repeats the specified action or series of actions
action_1=c7c18aea-c64f-4abc-b4b6-adfc32837677.png
Action node
Executed actions triggered on the matched targets
end=64700d5e-583c-4ceb-82a2-ba4b5d312bc8.png
End
End of the playbook
Note
Note
To customize the node name, click the edit icon (edit=6bab3fa2-ec74-4134-97fb-784f64900103.png).
The following table lists the nodes that maybe available in customizable playbook templates and user-defined playbooks.

Nodes in Customizable Playbook Templates and User-Defined Playbooks

Node Example
Name
Description
start=20230317092020.png
Start node
Beginning of the playbook
trigger=bb7093ad-8f13-4a7b-8138-595c73eb3f03.png
Trigger node
Circumstance or event that triggers the execution of the playbook
target=91d0a874-3ff0-4792-bed5-bbd113e85643.png
Target node
Objects on which the actions will be taken
condition_2=6eaa038c-df89-44d9-98f0-3604d2d3d74c.png
 
Prerequisites that must be met before playbook actions are performed
Note
Note
A condition can have an else-if condition or else action attached to it. When a condition is false, the playbook performs the else action or checks if its else-if condition is met. If the else-if condition is met, the playbook continues to perform the corresponding else action.
action_2=e664b571-e23e-4cdd-adb2-18f9fb5d8905.png
Action node
Executed actions triggered on the matched targets
plus_icon=e074b462-87df-4630-ab7f-552d598013d7.png
Add node
Adds the following nodes in specific cases:
  • Target nodes
  • Condition nodes
  • Action nodes