Confirm Order Action
The gadget spec URL could not be found



The customers can confirm their order by clicking on the "Confirm Order" button. When the customer confirms an order, the order is sent to the product team for their review.

What are the commands that must be configured for "Confirm Order" action?
  • Update command to set the order status as "Confirmed".
  • Submit command to forward the order to next workflow activity.

Update Order Status
  
Insert an update command.
   
Click on the properties tab to configure the command parameters .

Param: Order_Status
Value: ="Confirmed"
   



Submit to confirm order
  
Insert a submit command.
   
Click on the properties tab to configure the command parameters.

Select "Open" from the dropdown list for "Submit from Activity" field.
   
What's the next step?

Create "Cancel Order" action.