I’m having problems with the way I want to handle an exception in a workflow I have been practicing.
The exception is handled using a Try-Catch but it is thrown in a workflow invoked in a for-each, inside another workflow.
If I want to handle the exception thrown in “son” in the “father”, is there a way to do it? Has the “Rethrow” activity something to do with it? If so, can someone help me understand how can it be done by using Rethrow
As an attachment, there is an example of those workflows.
Hi,
What is your intended purpose when you catch an exception in Son because at the moment, you are handling it in Son.? Are you asking if you want to catch it outside of Son?