Repeat Until
See Also
The Repeat Until activity repeatedly executes one or more recurring activities. The recurring activities
continue to be executed as long as the specified conditions remain in place. The Repeat Until activity contains
other elements that are repeated while the success criteria you specify are
met. If the condition you specify leads to false, the Repeat Until activity terminates and the BPEL process continues.
- Note that the Repeat Until activity first executes the activity and then checks the validity of the condition. Conversely, the While activity first checks the validity of the condition and then executes the iterative operation.
To use the Repeat Until element:
- In the Design view, drag the Repeat Until element from the Palette to the diagram.
- Select the Repeat Until element on the diagram.
The
Properties window shows the Repeat Until properties (Ctrl-Shift-7).
- (Optional) In the Properties window, enter the name for the Repeat Until element.
- Drag an activity that will be repeatedly executed and place it inside the Repeat Until element. If needed, configure the activity's properties.
- Specify the condition using either of the following methods:
- In the Properties windows for the Repeat Until element, click the ellipsis button (...) for the Condition property and add a condition in the text editor window.
- Open the BPEL Mapper window (Window > BPEL Mapper) and specify the condition using the BPEL Mapper
- See Also
- While
- About the BPEL Mapper
- BPEL Designer Palette: Structured Activities
- About the Design View of the BPEL Designer
Legal Notices