Serves as a mechanism within workflows to handle errors gracefully, potentially retrying failed tasks before proceeding with alternate ones.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/serverlessworkflow/specification/llms.txt
Use this file to discover all available pages before exploring further.
Properties
The task(s) to perform.
Configures the errors to catch and how to handle them.
Catch Configuration
Defines the configuration of a catch clause, which is a concept used to catch errors.The definition of the errors to catch.
The name of the runtime expression variable to save the error as.
A runtime expression used to determine whether or not to catch the filtered error.
A runtime expression used to determine whether or not to catch the filtered error.
The retry policy to use, if any, when catching errors. If a string, must be the name of a retry policy defined in the workflow’s reusable components.
The definition of the task(s) to run when catching an error.