Cannot catch exceptions returned by data flow
I am calling a data flow in a process flow. The data flow calls a strategy. I have simulated a divide by zero exception in the strategy. When I ran the tracer I noticed that the error gets suppressed by the pzRunDecisionDataFlow. Is there a way to catch this error when the data flow ends and the control gets back to the process flow?
The tracer output is attached. The step status fail vanishes after the activity pzRunDecisionDataFlow ends.
***Edited by Moderator: Lochan to update platform capability tags***