This view shows the BPEL activities that are used to implement the ShipOrder sample in WebSphere Business Process Choreographer.
|
1. An SQL snippet information service activity is used to query both the items and the customer defined by the input order number. 2. Another information service activity, this time a retrieve set activity is used to pull the data into a business object variable (of type tSet). 3. For each order item, the shipment service is invoked. 4. The final log of the ShipItem service is returned to the process caller confirming which items were shipped. |
Ship order process
|