Palo Alto Networks XSIAM Engineer — Question 12
When a Cortex XSIAM playbook execution reaches a breakpoint on a non-manual task, which two actions will allow the playbook to continue? (Choose two.)
Answer options
- A. Disable the breakpoint and rerun the playbook from the start.
- B. Skip the task with the breakpoint to let the playbook proceed automatically.
- C. Wait for all parallel tasks to be completed before the breakpoint task resumes automatically.
- D. Click Run Script Now or Complete Manually.
Correct answer: B, D
Explanation
The correct actions to continue the playbook are to skip the task with the breakpoint (B) or to manually complete the task (D). Disabling the breakpoint and rerunning the playbook from the start (A) would not allow continuation from the current state, and waiting for all parallel tasks to finish (C) does not address the breakpoint directly.