What is the impact of setting "isPropagateExceptionFromChildToParent" DSS to true
In my activity, I've called 2 different Connect-SQL rules to run in parallel by using Run In Parallel option in RDB-Save method.
But when there is any error or exceptions occured in these RDB-Save steps, I'm not getting any errors in the activity.
Then by verifying in Pega documentation, I got to know that we need to add isPropagateExceptionFromChildToParent
DSS To Pega-RULES ruleset and set to true to get or capture any errors or exceptions occured on the RDB steps. I've tried it and now I'm able to get the RDB method errors in my activity (main requestor)
So now I want to know if there will be any other impacts when we set the value of this DSS - isPropagateExceptionFromChildToParent
to true.