Class WaitingForApprovalNotificationDelegate

java.lang.Object
com.skava.oms.flow.AbstractOrderNotification
com.skava.oms.flow.adapter.WaitingForApprovalNotificationDelegate
All Implemented Interfaces:
org.camunda.bpm.engine.delegate.JavaDelegate

@Component public class WaitingForApprovalNotificationDelegate extends AbstractOrderNotification
This class will create a new event to send waiting for approval notification.
Since:
15-Sept-2023
Author:
Infosys Equinox
  • Constructor Details

    • WaitingForApprovalNotificationDelegate

      public WaitingForApprovalNotificationDelegate()
  • Method Details

    • process

      public Map<String,Object> process(org.camunda.bpm.engine.delegate.DelegateExecution execution, OrderProcessData orderProcessData, Order order)
      This method contains the creation of a new event to send waiting for approval notification
      Specified by:
      process in class AbstractOrderNotification
      Parameters:
      execution - -Execution used in current delegate
      orderProcessData - - contains the data related to the process
      order - - contains the order to be processed
      Returns:
      notify object