Which of the OSB activities is used for raising an error in the service flow?
-
Throw Error
-
Raise Error
-
Create Error
-
None of the above
B
Correct answer
Explanation
The OSB activity for raising errors is called 'Raise Error' - it allows you to explicitly generate and throw system-defined or custom errors within the message flow. This is used for error handling scenarios where you need to trigger error processing pipelines or return faults to clients. Option A uses the wrong verb (Throw vs Raise), and Option C uses the wrong action name entirely.