2.153 Switch Dialog - General Tab
Use to create an activity that consists of an ordered list of one or more conditional branches defined in a case branch, followed optionally by an otherwise branch.
You select exactly one branch of activity 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.
Note: This activity is available in BPEL projects that support version 1.1 of the BPEL specification. In BPEL 2.0, this activity is replaced with the if activity.
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 |
---|---|
Name |
Enter a name or accept the default name of |
Related Topics
Introduction to One Request, One of Two Possible Responses in Developing SOA Applications with Oracle SOA Suite
Defining Conditional Branching with the Switch Activity in BPEL 1.1 in Developing SOA Applications with Oracle SOA Suite
BPEL Process Activities and Services in Developing SOA Applications with Oracle SOA Suite