Skip to content

Commit

Permalink
Fixed typo in executor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 22, 2024
1 parent a674c76 commit 302f653
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/en/docs/core-components/executer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 302f653

Please sign in to comment.