In a BPEL model, what is quickest way to implement a capability to skip rule execution if particular
condition holds?
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.
Explanation:
Ans should be B
B is the correct answer!
why C?! Correct answer is of course B!
B
B. Use a skip condition on the rules component in BPEL process.
http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_conditn.htm#SOASE86115
Go to 11.5 – Specifying XPath Expressions to Bypass Activity Execution
I guess it´s interpretation. You will use a ‘skip condition’, but an XPATH Expression within is the fastest way to evaluate true or false.
Please notice that answer C contains “annotation”. Annotation does not act an XPATH condition. Skip condition does. Therefore it is B. Not an interpretation.
B