Hello everybody!
I am trying to handle errors within a TryCatch Block. Unfortunately Global Handler will step in if exceptions are thrown which are within a sequence. Those errors are generated by the Throw activity as BusinessRuleException. I need the Throw activity to close the current worklflow and land within a level higher TryCatch Block which is used for Continue activity of the current iteration of the same level workflow (workflow1 with iteration → workflow2 with BusinessRuleException)
Since those Exceptions are not meant to be handled by the Global Handler is there a way to tell Global Handler to ignore BusinessRulesExceptions?