Exception handling in activity
I have an activity which calls a data transform. In actions after this step, on Exception and on StepStatusFail there is a Jump to error handling.
Here's the config for my activity.
Howerver, when the data transform fails in runtime, the activity ends and no error handling occurs.
Every guide there is suggests using the above approach for handling exceptions in an activity. What am I doing wrong?