Hi, everyone… Im new to UIPATH and im struggling with this exception catch.
I have a Parent WF in which i invoke the child WF surrounded by a Try/Catch Block… When in run it, the exception is not catched.
I ran a few tests. For example, surrounding the “throw” activity with a try catch block and then rethrowing it… It catches it but the parent workflow cannot catch. Also tried different types of exceptions and catching System.Exception.
Nothing works.
Hi and thanks for the quick answer.
I tried the example and the exception FAULTs in the child WF as you explained.
How should i manage this kind of situation. I need to reach the parent WF with the exception and i my example, log and continue with the next iteration (Im iterating in the parent).
If you are using RE Framework , then just throw your exception as Business Exception then your workflow will not stop and will proceed with next iteration.
Hi!, i think i’ve trying to do that BUT in the wrong way. (trying to catch the exception in “process transaction” … )
I must configure the Rule exception flow in some way to catch it…