Try
Description:
Try marks the beginning of an error-handling block in a workflow. Place this step before a sequence of steps whose errors you want to capture and route through a corresponding Catch step. It works as the opening boundary of a Try-Catch pair — any unhandled errors that occur between Try and Catch are intercepted rather than causing the workflow to fail outright. This step can also serve as the very first step in a workflow when you want error handling from the start of execution.
Configurations:
| Field Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |