what is quickest way to implement a capability to skip rule execution if particular condition holds?

In a BPEL model, what is quickest way to implement a capability to skip rule execution if particular
condition holds?

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:



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Shalindra Singh

Shalindra Singh

Ans should be B

SOAArchitect

SOAArchitect

B is the correct answer!

Rafał

Rafał

why C?! Correct answer is of course B!

igor

igor

B. Use a skip condition on the rules component in BPEL process.

Kalil Peixoto

Kalil Peixoto

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.

Andras

Andras

Please notice that answer C contains “annotation”. Annotation does not act an XPATH condition. Skip condition does. Therefore it is B. Not an interpretation.