View a list of playbook nodes.
The following table lists the nodes of a playbook.
Node Example |
Name |
Description |
---|---|---|
|
Trigger node |
Circumstance or event that triggers the execution of the playbook |
|
Condition node |
Prerequisites that must be met before playbook actions are performed |
|
Path selection node |
Determines the logical path of the playbook |
|
Manual approval node |
Determines whether manual approval is required |
|
Action node |
Executed actions triggered on the matched targets |
|
Loop node |
Repeats the specified action or series of actions |
|
End |
End of the playbook |