Class AfterWorkflowAction
- java.lang.Object
-
- de.hybris.platform.processengine.action.AfterWorkflowAction
-
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
public class AfterWorkflowAction extends java.lang.Object implements AutomatedWorkflowTemplateJob
-
-
Constructor Summary
Constructors Constructor Description AfterWorkflowAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowDecisionperform(WorkflowAction action)execution method for the automated workflow job
-
-
-
Method Detail
-
perform
public WorkflowDecision perform(WorkflowAction action)
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
-
-