Java Reference
In-Depth Information
NOTE
Click the edit pencil icon to edit the properties of an element anywhere on the canvas.
Now you have to create a variable that represents the input, so click the Create… button and
then click OK. Completing this step will add an arrow to your diagram pointing from the Cus-
tomerProcessPartnerLink to the receive activity. At this point, your process should look
like Figure 9-8 .
Figure9-8.Process including <receive> activity
Of course, completing this step in the wizard is just a convenience for writing the <receive>
activity into your BPEL source XML. The snippet created looks like this:
//...
<sequence>
<receive name="ReceiveLookupRequest"
createInstance="yes"
partnerLink="CustomerProcessPartnerLink"
Search WWH ::




Custom Search