English 中文(简体)
Using Conditional Branching
  • 时间:2024-12-27

BPEL - Using Conditional Branching


Previous Page Next Page  

BPEL apppes logic to make choices through conditional branching. The two different actions based on conditional branching are shown below −

Switch Activity

In this method, 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 vapd 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.

While Activity

You can use a while activity to create a while loop to select between two actions.

Conditional Branching Advertisements