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

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

pick

Element information

Type: tPick

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
createInstance [0..1]tBooleanDefault value is "no".

Used in

Sample instance

<pick>
   <onMessage partnerLink="Seller" portType="SP:BuyerPT" operation="PurchaseResponse"
              variable="POResponse">
      <correlations>
         <correlation set="PurchaseOrder" initiate="no"/>
         <correlation set="Invoice" initiate="yes"/>
      </correlations>
   </onMessage>
   <onMessage partnerLink="Seller" portType="SP:BuyerPT" operation="PurchaseReject"
              variable="POReject">
      <correlations>
         <correlation set="PurchaseOrder" initiate="no"/>
      </correlations>
   </onMessage>
</pick>

Site developed and hosted by Datypic, Inc.

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