Oracle SOA Suite 12c Essentials — Question 51

How are task outcomes processed in BPEL process?

Answer options

Correct answer: C

Explanation

The correct answer is C because a Switch statement in BPEL allows for handling different outcomes effectively, including an optional otherwise case for any unhandled scenarios. Option A is incorrect as it describes conditions rather than a structured outcome handling mechanism. Option B is not correct because it refers to message handling instead of direct outcome processing. Option D lacks the flexibility of an otherwise case, making it less comprehensive than C.