A playbook contains a parallel task branch where two different enrichment integrations run simultaneously. One integration fails due to a rate limit. How can you prevent the entire playbook from failing and allow the other branch to complete successfully?
Correct. 'Continue on error' handles exceptions gracefully and keeps parallel branches moving.
Why this answer
Configuring error handling on the specific task to 'Continue on Error' allows the playbook to proceed despite a failure.