Multiple choice technology platforms and products Which of the following is used for catching all the faults in a BPEL flow CatchAll Catch AllCatch None Reveal answer Fill a bubble to check yourself A Correct answer Explanation In BPEL fault handling, the element catches any fault that doesn't match a specific fault handler. It's equivalent to a generic exception handler that catches all unhandled exceptions in the process.