Class CheckSAPOrderAction

  • All Implemented Interfaces:
    Action<OrderProcessModel>

    public class CheckSAPOrderAction
    extends AbstractSimpleDecisionAction<OrderProcessModel>
    This example action checks the order for required data in the business process. Skipping this action may result in failure in one of the subsequent steps of the process. The relation between the order and the business process is defined in basecommerce extension through item OrderProcess. Therefore if your business process has to access the order (a typical case), it is recommended to use the OrderProcess as a parentClass instead of the plain BusinessProcess.