Trigger a Sub-Playbook on Master Playbook Execution
A master playbook contains another playbook as a node. The playbook added as a node is referred to as a sub-playbook. When a master playbook includes a playbook node, executing the master playbook will also trigger the associated sub-playbook.
For example, if a master playbook contains a playbook node, and the sub-playbook includes an action like Scan URL, running the master playbook will automatically execute the sub-playbook. As a result, the Scan URL action in the sub-playbook will run using the input provided.