From 302f6538dc9d158bdbf39e4bdf8aca5b82314565 Mon Sep 17 00:00:00 2001 From: Maarten de Kruijf Date: Fri, 22 Mar 2024 16:25:41 +0100 Subject: [PATCH] Fixed typo in executor --- docs/content/en/docs/core-components/executer.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/en/docs/core-components/executer.md b/docs/content/en/docs/core-components/executer.md index cdb2dbb7..e6d1200f 100644 --- a/docs/content/en/docs/core-components/executer.md +++ b/docs/content/en/docs/core-components/executer.md @@ -172,9 +172,7 @@ end ### Playbook action executor The playbook executor handles execution of playbook action steps. The variables from the top level playbook are injected into the be executed playbook. -It could happen that in the downstream playbook the variables `collide` with the top level playbook. In this case the top level playbook variables are `NOT` transferred to the downstream playbook. `Agents and Targets cannot be transferred` between playbooks at this time - -Playbooks are only loaded in the executor and then a new Decomposer is created to execute the playbook. +It could happen that in the downstream playbook the variables `collide` with the top level playbook. In this case the top level playbook variables are `NOT` transferred to the downstream playbook. `Agents and Targets cannot be transferred` between playbooks at this time. Playbooks are only loaded in the executor and then a new Decomposer is created to execute the playbook. The result of the step execution will be returned to the decomposer. A result can be either output variables or error status.