Schema Central > WS-BPEL 2.0 > ws-bpel_executable.xsd > while
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

while

Element information

Type: tWhile

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Any attribute[0..*]Namespace: ##other, Process Contents: laxfrom type tExtensibleElements
name [0..1]xsd:NCNamefrom type tActivity
suppressJoinFailure [0..1]tBooleanfrom type tActivity

Used in

Sample instance

<while>
   <condition>...</condition>
   <sequence>
      <invoke inputVariable="..." outputVariable="OutVar"/>
      <assign>
         <copy>
            <from>
                        
                        bpel:doXslTransform( "urn:stylesheets:AddToPO.xsl",
                        
                        $PO, "NewItem", $OutVar)
                        
                    </from>
            <to variable="PO"/>
         </copy>
      </assign>
   </sequence>
</while>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com