General Error Handling

Hi @Michael_Melvin and welcome back.
As @pertsh.galstyan also asked this question, I already answered here

Just a short recap. Error boundary events are really more about business errors, which you wand to handle in your process.
Technical exceptions should normally not be handled that way, but you can implement a custom incident handler, that could perform some tasks when an incident occurs.

1 Like