Error Handler
During workflow execution, if one of the actions contains an error, the workflow stops immediately and fails to proceed. However, if you want the workflow to run normally without suspending, use the Error Handler action after the action that might contain an error. The Error Handler overlooks the error and proceeds to the next action, and then finishes the workflow execution.
* 
Error handler cannot be connected directly to the loop block.
Output Schema
The Error Handler action returns a message string. See a sample output schema in the figure that follows:
Was this helpful?