You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/automation-service-playbooks.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
import ActionsLimit from '../../reuse/actions-limit.md';
10
10
import CartesianProduct from '../../reuse/cartesian-product.md';
11
11
12
-
A playbook is a predefined set of actions and conditional statements that run in an automated workflow to respond to a certain event or incident type. Playbooks can allow your organization's teams to respond to an incident in a consistent, focused, and repeatable fashion.
13
12
14
13
Playbooks can be configured to execute automatically without user intervention, acting on information from the incident, or can be executed in interactive mode, where user input is required to authorize predefined actions.
15
14
@@ -282,8 +281,8 @@ It is crucial that the file names inside the tar.gz adhere to the following form
282
281
The playbook **Test Node** toggle lets you test individual nodes of a playbook without needing to complete the entire flow. Testing individual nodes helps you improve your playbooks' reliability and shorten configuration time. You can provide mock values for variables used in the node, and run the results to see the output and any errors. The results provide informative messages to help you troubleshoot problems.
283
282
284
283
When you test nodes, keep in mind:
285
-
* You can test action, condition, user choice, and task nodes. You cannot test filter, nested playbook, start, or end nodes.
286
-
* A single-node test does not execute downstream nodes. Only the selected node runs using the provided input.
284
+
* You can test action, condition, user choice, and task nodes. You cannot test filter or nested playbook nodes.
285
+
* A single-node test does not execute downstream nodes. Only the selected node runs using the provided input. You cannot view the previous or past test node run executions.
287
286
* Invalid JSON or missing required fields will block the test and show an error in the **Output** panel.
288
287
* Before you can test a node, any node configuration changes need to be saved to the playbook draft. When you test a node, clicking **SAVE & RUN TEST** saves the node configuration to the same draft before executing.
289
288
* Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota.
0 commit comments