The error handling panel is available in some actions. It allows the workflow designer to capture errors that occur during the execution of the action and create custom logic to handle it.
This option specifies whether or not to turn on the capturing of errors. If this option is set to 'Yes', an error in the action will no longer cause the workflow to fail. Instead, the values described in the next two sections will be populated. Apart from using the values provided in the drop-down, a Yes/No workflow variable can be used.
Specify a Yes/No workflow variable that will store whether or not an error has occurred. The variable will be set to Yes if an error occurred and No if the action execution completed.
Specify a text workflow variable that will store the details of an error if one occurs. This value will be set to empty if no error occurs.
Note: The Store error occurence in and Store error text in workflow variables will not be modified if Capture Errors is set to No.