In a BPEL model, what is the quickest way to implement a capability to skip rule execution if a particular condition holds?
Model a switch activity to conditionally execute the business rule component.
Use a skip condition on the business rule component.
Include an XPath expression in an annotation on the business rule component.
Use a correlation set on the business rule component.
Submit