repeatUntil
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Schema document: ws-bpel_executable.xsd
Type: tRepeatUntil
Properties: Global, Qualified
Content
- Sequence [1..1]
- documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- condition [1..1]
from type tExtensibleElementsfrom group activity
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type tExtensibleElements | |
name | [0..1] | xsd:NCName | from type tActivity | |
suppressJoinFailure | [0..1] | tBoolean | from type tActivity |
Used in
- Group activity
- Type tCatch via reference to activity (Element catch)
- Type tElseif via reference to activity (Element elseif)
- Type tFlow via reference to activity (Element flow)
- Type tIf via reference to activity (Element if)
- Type tOnAlarmPick via reference to activity (Element onAlarm)
- Type tOnMessage via reference to activity (Element onMessage)
- Type tProcess via reference to activity (Element process)
- Type tRepeatUntil via reference to activity (Element repeatUntil)
- Type tScope via reference to activity (Element scope)
- Type tSequence via reference to activity (Element sequence)
- Type tWhile via reference to activity (Element while)
- Type tActivityContainer via reference to activity (Elements catchAll, else, compensationHandler, terminationHandler)
Sample instance
<repeatUntil name="NCName"> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <targets> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <joinCondition> <!--any element--> </joinCondition> <target linkName="NCName"> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> </target> </targets> <sources> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <source linkName="NCName"> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <transitionCondition> <!--any element--> </transitionCondition> </source> </sources> <assign name="NCName"> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <targets> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <joinCondition> <!--any element--> </joinCondition> <target linkName="NCName">... </target> </targets> <sources> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <source linkName="NCName">... </source> </sources> <copy> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <from partnerLink="NCName">Any text, intermingled with:... </from> <to partnerLink="NCName">Any text, intermingled with:... </to> </copy> </assign> <condition> <!--any element--> </condition> </repeatUntil>