Skip to content

Automation & Workflows

Exception handling

Defining what a workflow should do when something goes wrong.

Example

When an API fails, exception handling records the error and routes the case for recovery.

Why people use it

Teams use “Exception handling” when they need to design processes that run predictably and recover from problems.

What you'll hear

“Where should Exception handling sit in this workflow, and what still needs a human?”

Related terms