Multiple choice technology

Which of the OSB activities is used for raising an error in the service flow?

  1. Throw Error

  2. Raise Error

  3. Create Error

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.