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