Flow: Error handler

The error handler node allows you to recover gracefully from unexpected errors that occur during a flow. It can terminate a flow when an error threshold reaches its limit or pass the flow to a node that includes appropriate action to be taken in the event of error occurrence.

125

PROPERTIES


The node specific configuration is accessed by double-clicking on the node.

PropertyDescription
Max Error CountThe number of errors allowed during a flow execution before the flow is terminated.
NameThe name of the node that is represented as a string. Enter a new name for the node or continue with the displayed name.

SESSION DATA


For information on session data, click here .

CUSTOM LOGS


For information on custom logs, click here.

NODE EVENTS


Exit eventDescription
onerrorThis event is triggered when an error occurs.