BPEL4WS
<while condition="bool-expr" standard-attributes> standard-elementsactivity </while> <!-- for example --> <variable name="orderDetails" type="xsd:integer"/> ... <while condition= "bpws:getVariableData(orderDetails) > 100"> <scope> ... </scope> </while>
16 of 28