Exception Handling

In complex use cases, typically with a lot of integrations or important services running on a schedule, errors are bound to happen at some point.

The action node Catch Exception may be used for catching exceptions and handling them. In some cases, you may even want to re-throw your own custom exception using Throw Exception action node (and catch them somewhere else).

In this Topic, we refer to the documentation of the Catch Exception action node. We also refer to an article (and Showroom example) of an Event Log design - where an Event logging and monitoring system is created.

Articles:

Showroom Example:

Last updated