Class DeprecatedWorkflowAction
java.lang.Object
de.hybris.platform.workflow.services.internal.impl.DeprecatedWorkflowAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
Testing class for
DefaultAutomatedWorkflowTemplateRegistryTest test case-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(WorkflowAction action) execution method for the automated workflow job
-
Constructor Details
-
DeprecatedWorkflowAction
public DeprecatedWorkflowAction()
-
-
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
-