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