Closed
How to handle exceptions in Execution Mode of Run In Parallel fails
Hello All,
For example, If I run more than one Service/Connector in Parallel through Execution Mode of Run In Parallel. And If any of the child request if failed. How to handle the exception?
Kindly explain.
-AK
Hello,
Well I don't think you should have a special error handling because this is executed in parallel. Just save the exception somewhere if you need to present it to the user.