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.png
Trigger node
Circumstance or event that triggers the execution of the playbook
condition-1.png
Condition node
Prerequisites that must be met before playbook actions are performed
notification-method-.png
Path selection node
Determines the logical path of the playbook
manual-approval.png
Manual approval node
Determines whether manual approval is required
loop.png
Loop node
Repeats the specified action or series of actions
action-1.png
Action node
Executed actions triggered on the matched targets
end.png
End
End of the playbook
Note
Note
To customize the node name, click the edit icon (edit.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.png
Start node
Beginning of the playbook
trigger.png
Trigger node
Circumstance or event that triggers the execution of the playbook
target.png
Target node
Objects on which the actions will be taken
condition-2.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.png
Action node
Executed actions triggered on the matched targets
plus-icon.png
Add node
Adds the following nodes in specific cases:
  • Target nodes
  • Condition nodes
  • Action nodes