When using the Global Exception Handler with a project that includes a Try Catch , make sure to group activities into a Sequence inside the Try container. Otherwise, the Global Exception Handler does not execute.
In the case of nested activities, the Global Exception Handler executes for each activity in the call stack. However, it does not execute for activities directly encapsulated in a Try Catch , unless they’re contained in an activity.
Can someone explain this with example
1 post - 1 participant