Orchestrator Exception Handling
Hello,
Starting with Orchestrator Studio 6.1.0, Oracle introduced exception handling in Orchestrator. Looking at the documentation, it seems to be an option to turn error logging on or off.
My questions are:
1) Is there a way to handle errors directly in an orchestration? For example, how would we intercept an error in a Form request and take action upon it?
2) If this is not possible, how do we comunicate exceptions from the logs, or is the only option is to someone to eyeball the log? I suppose an orchestration, using a DB request, would be able to handle this, but are there "out of the box" solutions for this?