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

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.