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

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

In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a
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.



Leave a Reply 5

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


JamesCorner

JamesCorner

C

vitek

vitek

annotation serves only for documentation purposes, correct is B

Omar

Omar

I say B as well, you just use the skip condition tab in the business rule invocation from the BPEL

Williams Gómez

Williams Gómez

B