Skip to content

Commit c17755a

Browse files
committed
Updates from review by Shubham Chauhan
1 parent 9f78f34 commit c17755a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/platform-services/automation-service/automation-service-playbooks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,10 @@ It is crucial that the file names inside the tar.gz adhere to the following form
282282
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.
283283

284284
When you test nodes, keep in mind:
285-
* Before you can test a node, any node configuration changes need to be saved to the playbook draft.
286285
* 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.
287+
* Invalid JSON or missing required fields will block the test and show an error in the **Output** panel.
288+
* 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.
287289
* Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota.
288290

289291
To test a node:

0 commit comments

Comments
 (0)