Scope

See Also

The Scope activity is essentially a collection of child activities that can have their own local variables, fault handlers, event handlers, and correlation sets. A Scope activity provides the behavioral context for child elements. The attributes defined for a parent Scope have local visibility inside this Scope. For example, the variables declared for a Scope are visible only inside that Scope and all nested Scopes. These variables can then be used for the child activities of this Scope.

To use the Scope element:

  1. In the Design view, drag the Scope element from the Palette to the diagram.
  2. Right-click inside the Scope element and choose to add one of the following attributes:
  3. In the Design view, place the activities into the Scope element.
  4. Configure these activities.
  5. (Optional) Enter the name for the Scope element in the Properties window.
See Also
About Variables in the BPEL Designer
Adding Fault Handlers
BPEL Designer Palette: Structured Activities
About the Design View of the BPEL Designer

Legal Notices