Catch Exception Step
  • 14 Dec 2023
  • 1 Minute to read
  • Dark
    Light

Catch Exception Step

  • Dark
    Light

Article Summary

Step Details

Introduced in Version---
Modified in Version---
LocationFlow Management > Error Handling

The Catch Exception step will catch unexpected or thrown errors that may occur in a Flow.


Properties

Exception Setup

PropertyDescriptionData Type
AvoidBusinessRuleExceptionsWill ignore Business Rule Exceptions that are thrownBoolean
EvaluationOrderSpecifies the order that the catch exception will be attempted If multiple catch exception steps are used. The lowest number will be attempted first.Int32
MaximumNumberOfCatchesAllows the user to specify the maximum number of catchesInt32


Outputs

PropertyDescriptionData Type
On Exception

Exception Full TraceOutputs the Full Trace of the exceptionString

Exception MessageOutputs the Exception messageString

Exception StackOutputs the Exception stackString

Exception Type NameOutputs the type name of the exceptionString

Flow IdOutputs the Flow ID of the exceptionString

Flow NameOutputs the Flow Name of the exceptionString

Step IdOutputs the Step Id of the exceptionString

Step NameOutputs the Step Name of the exceptionString





Related Information

Forum Posts:
Catch Exception In Email Flow
Testing Catch Exceptions



Was this article helpful?