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.