Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Scopes, Iteration, and Conditional Processing Using Groups : Scope Groups

Scope Groups
A group with the Group Action field specified as Scope is similar to a WS-BPEL scope. You can define variables or correlations that apply only to activities within the group. You can also define error handling and event handling routines that execute only within the scope of the group.
The following orchestration process illustrates a scope group.
The process performs the following operations:
1.
2.
A check is performed to determine if the order can be fulfilled with existing inventory. If it can, the order is shipped. If there is not sufficient inventory, the group named Scope is executed.
3.
4.
5.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved