Class WorkflowAutomatedTest.WorkflowAutomatedTestAction
java.lang.Object
de.hybris.platform.workflow.integration.WorkflowAutomatedTest.WorkflowAutomatedTestAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
- Enclosing class:
- WorkflowAutomatedTest
public class WorkflowAutomatedTest.WorkflowAutomatedTestAction
extends Object
implements AutomatedWorkflowTemplateJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(WorkflowActionModel action) execution method for the automated workflow job
-
Constructor Details
-
WorkflowAutomatedTestAction
public WorkflowAutomatedTestAction()
-
-
Method Details
-
perform
Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Specified by:
performin interfaceAutomatedWorkflowTemplateJob- Parameters:
action- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-