Oracle SOA Suite 12c Essentials — Question 48
In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particular condition holds?
Answer options
- A. Model a switch activity to conditionally execute the business rule component.
- B. Use a skip condition on the business rule component.
- C. Include an XPath expression in an annotation on the business rule component.
- D. Use a correlation set on the business rule component.
Correct answer: C
Explanation
The correct answer, C, is valid because including an XPath expression in an annotation allows for dynamic evaluation and skipping of rule execution based on conditions. Options A and B do not provide a direct method for skipping execution, as A focuses on conditional execution rather than skipping, and B suggests a skip condition which is less direct than using an XPath expression. Option D is unrelated as correlation sets are used for managing message flow rather than controlling rule execution.