Hi,
I have a workflow with a try catch that includes on Try part 2 activities. One of them is read text file.
The issue is that if i launch process with debug mode, process stops on this activity, located within Try catch.
I don´t understand the reason, because i capture the error on catches part as “Exception”, but with not success.
Please, any suggestion?