Hi,
I am working on the liner process which has multiple small module what work individually and pass the values to next module over here I have handled exception using try catch but i need to gracefully exit if any module reaches to catch after sending email from catch block .
What can be the ways I have tried terminate but that is giving exception as ended with error in orchestrator .break will not work as few has loop and few don’t have any loop.