Use the Repeat Until element to repeatedly execute one or more activities as long as specific conditions are in place after the execution of each iteration. This element contains other elements that are repeated until the success criteria you specify are met. If the condition you specify leads to true, the activities listed will be executed once.
the Repeat Until element first executes the iterative activity and then checks the validity of the condition. Conversely, the While element first checks the validity of the condition and then executes the activity.
In the Design view, drag the Repeat Until element from the Palette to the diagram.
Drag activities that will be repeatedly executed and place them inside the Repeat Until element. If needed, configure the activity's properties.
Use the Properties window to specify the name and condition of the Repeat Until element. You can enter the condition manually or use the BPEL Mapper to generate the condition for you.
The Repeat Until element properties are:
Name: Specifies the name of the element.
Condition: Indicates the Repeat Until condition.
Documentation: User documentation attached to the element. This documentation is included with the source code of the BPEL process and can be extracted and included in a report.