RepeatUntil Activity
Use this activity if the body of an activity must be performed at least once. The XPath expression condition in the repeatUntil activity is evaluated after the body of the activity completes. The condition is evaluated repeatedly (and the body of the activity processed) until the provided boolean condition is true. Figure A-31 shows the Repeat Until dialog.
Note:
This activity is only supported in BPEL 2.0 projects.
For more information about the repeatUntil activity, see, Defining Conditional Branching with the repeatUntil Activity.