Class RegistrationRejectedAutomatedWorkflowTemplateJob

java.lang.Object
de.hybris.platform.b2bacceleratorservices.workflows.actions.AbstractAutomatedWorkflowTemplateJob
de.hybris.platform.b2bacceleratorservices.workflows.actions.RegistrationRejectedAutomatedWorkflowTemplateJob
All Implemented Interfaces:
AutomatedWorkflowTemplateJob

public class RegistrationRejectedAutomatedWorkflowTemplateJob extends AbstractAutomatedWorkflowTemplateJob
Action called when a registration request has been rejected
  • Constructor Details

    • RegistrationRejectedAutomatedWorkflowTemplateJob

      public RegistrationRejectedAutomatedWorkflowTemplateJob()
  • Method Details

    • perform

      public WorkflowDecisionModel perform(WorkflowActionModel workflowAction)
      Description copied from interface: AutomatedWorkflowTemplateJob
      execution method for the automated workflow job
      Parameters:
      workflowAction - the workflow action that activated this method
      Returns:
      the decision that should be activated after this action finishes