Package de.hybris.platform.workflow.jalo
Class WorkflowAutomatedAction
- java.lang.Object
-
- de.hybris.platform.workflow.jalo.WorkflowAutomatedAction
-
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
@Deprecated public class WorkflowAutomatedAction extends java.lang.Object implements AutomatedWorkflowTemplateJob
Deprecated.since ages - as of release 4.3, please useWorkflowAutomatedAction
-
-
Constructor Summary
Constructors Constructor Description WorkflowAutomatedAction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WorkflowDecisionperform(WorkflowAction action)Deprecated.execution method for the automated workflow job
-
-
-
Method Detail
-
perform
public WorkflowDecision perform(WorkflowAction action)
Deprecated.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
-
-