Multiple choice technology platforms and products

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 'Raise Error' activity is used in OSB to explicitly generate and throw an error within the service flow. This triggers error handler pipelines and allows for custom error scenarios to be created programmatically.