This video will show Order Processing using Cloud Application Integration.
This video demonstrates the following:
• Create a process that receives item information and creates an order. The user gets back the response with OrderID
• The order is then being processed. While it is being processed (controlled through wait process)
• User can Check Order Status or Update Order, using the OrderID after which the order is processed with new set of details if updated
• User can cancel the order using OrderID which will not let the further processing of the order.