Capture exceptions and log technical errors

A LogError activity is used whenever the user explicitly captures an error by design. Exceptions are typically captured using the “Catch” activity. It is recommended to add the LogError activity in the exception path to log error information, e.g. stack trace, etc.

Designer capture exceptions

The log error event is shown in the user interface and is associated with stack trace information. The user can see the stack trace by clicking the document icon:

UI capture exceptions