BPEL4WS

While

<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>

José M. Vidal .

16 of 28