On-Error Settings
You can define how your Workflow proceeds when an Action fails to execute.
Within the Workflow Builder, click on the Action for which you want to define On-Error behavior. Click ⚙ in the top right to access On-Error Settings.

The following options are available:
-
Stop Workflow: Stops the remainder of the Workflow when the Action fails to execute. This is the default setting.
-
Continue Workflow: Continues the Workflow after an Action fails to execute. Keep in mind that your Workflow might not behave as expected or may encounter follow-up errors if consecutive Actions rely on data of the failed Action.
-
Continue (using error output): Setting this will add an additional anchor to the Action on the Canvas which you can use to define a Workflow branch that will be executed if the Action fails. The use of Continue is a great way to make your Workflow more robust.
