2.22 Switch Dialog - Otherwise Branch
Use to drop an activity into the otherwise branch of a switch activity.
You select exactly one branch of activities from a set of choices. The case branches are considered in the order in which they appear. The first branch whose condition is true is taken and provides the activity performed for the switch. If no branch with a condition is taken, then the otherwise branch is taken. If the otherwise branch is not explicitly specified, then an otherwise branch with an empty activity is assumed to be available. This activity is complete when the activity of the selected branch completes.
For more information about the switch activity, see the Business Process Execution Language for Web Services Specification at http://www.oasis-open.org
.
Element | Description |
---|---|
Otherwise branch |
Drop an activity into the otherwise branch of a switch activity. |
Related Topics
Defining Conditional Branching with the Switch Activity in BPEL 1.1 of Developing SOA Applications with Oracle SOA Suite