Class AfterWorkflowAction
java.lang.Object
de.hybris.platform.processengine.action.AfterWorkflowAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(WorkflowAction action) execution method for the automated workflow job
-
Constructor Details
-
AfterWorkflowAction
public AfterWorkflowAction()
-
-
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
-