- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-01-2021 12:06 PM
Let’s say my parent playbook is very big and I just want to test the subplaybook by itself. If the subplaybook has input, how can we pass it test data for the debugger?
12-02-2021 02:57 PM
Yes, you can run a sub-playbook by itself in the playbook debugger.
The Playbook Triggered header does not allow overriding inputs to a sub-playbook for testing. You can do that for individual tasks inside that playbook. You can also just set a default value while defining the playbook input itself. This will be overridden by the value passed from the parent during a complete run.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!