Describes how to use the Error handler step

Description

The error handler step allows you to define a block of code to be tested for errors while it is being executed. This step allows other steps to be dropped in. The behavior of this step will encapsulate the behavior of the nested steps.

Category

Control

Inputs

No configuration is needed.

Outputs

No configuration is needed.

Sample

Try Catch Sample

The flow starts, the try-catch step executes the script. In case of an error while executing the script, the error will be logged and the execution will finish.

Back to top