SPLK-2003 · Question #35
How can a child playbook access the parent playbook's action results?
The correct answer is C. When configuring the playbook block in the parent, add the desired results in the Scope. In Splunk Phantom, child playbooks can access the action results of a parent playbook through the use of the Scope parameter. When a parent playbook calls a child playbook, it can pass certain data along by setting the Scope parameter to include the desired action results. This…
Question
How can a child playbook access the parent playbook's action results?
Options
- AChild playbooks can access parent playbook data while the parent Is still running.
- BBy setting scope to ALL when starting the child.
- CWhen configuring the playbook block in the parent, add the desired results in the Scope
- DThe parent can create an artifact with the data needed by the did.
How the community answered
(62 responses)- A15% (9)
- B11% (7)
- C71% (44)
- D3% (2)
Explanation
In Splunk Phantom, child playbooks can access the action results of a parent playbook through the use of the Scope parameter. When a parent playbook calls a child playbook, it can pass certain data along by setting the Scope parameter to include the desired action results. This parameter is configured within the playbook block that initiates the child playbook. By specifying the appropriate scope, the parent playbook effectively determines what data the child playbook will have access to, allowing for a more modular and organized flow of information between
Topics
Community Discussion
No community discussion yet for this question.