What is the result?

You are modeling a conditional branch using a Switch element. You choose not to include an

Otherwise branch. What is the result?

You are modeling a conditional branch using a Switch element. You choose not to include an

Otherwise branch. What is the result?

A.
A business fault is generated if one of the case branches cannot execute.

B.
A design time error is indicated by JDeveloper.

C.
You need to include fault handler to account for the fact that none of the case branches can
execute.

D.
If none of the case branches can execute, control passes to (the next element in the BPEL
model.

Explanation:

Note:
* Conditional branching introduces decision points to control the flow of execution of a BPEL
process. You can use a switch activity to produce different actions based on conditional branching.
You set up two or more branches, with each branch in the form of an XPath expression. If the
expression is true, then the branch is executed. If the expression is false, then the BPEL process
moves to the next branch condition, until it either finds a valid branch condition, encounters an
otherwise branch, or runs out of branches. If more than one branch condition is true, then BPEL
executes the first true branch.



Leave a Reply 2

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