XSOAR-Engineer Playbook Development Practice Question
You need to ensure that a playbook task execution fails gracefully if the underlying integration command returns an error, allowing the playbook to continue down an alternative error-handling path. Which setting must you configure on the task?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Set 'Continue on error' under the task's Error Handling tab
By configuring the 'On error' setting of a task, an engineer can dictate whether a failure stops the playbook, continues, or routes down a specific error branch.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Enable 'Skip task if empty' in the Task Details
Why it's wrong here
'Skip task if empty' only applies when input arguments resolve to empty values, not when commands return errors.
- ✗
Wrap the command in a try-except Python wrapper inside the playbook UI
Why it's wrong here
Playbook tasks do not support inline Python try-except wrappers directly in the canvas configuration.
- ✓
Set 'Continue on error' under the task's Error Handling tab
Why this is correct
Enabling 'Continue on error' or configuring error routing allows the playbook to handle command failures gracefully.
- ✗
Add a Post-processing script that catches exceptions
Why it's wrong here
Post-processing scripts do not catch execution errors in the same manner as the dedicated task error handling settings.
About these practice questions
This XSOAR-Engineer question is part of Courseiva's 219-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Palo Alto Networks exam blueprint
This XSOAR-Engineer practice question is part of Courseiva's free Palo Alto Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the XSOAR-Engineer exam.