Package de.hybris.platform.workflow.jalo
Class WorkflowAutomatedAction
java.lang.Object
de.hybris.platform.workflow.jalo.WorkflowAutomatedAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
@Deprecated(since="ages",
forRemoval=false)
public class WorkflowAutomatedAction
extends Object
implements AutomatedWorkflowTemplateJob
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(WorkflowAction action) Deprecated.execution method for the automated workflow job
-
Constructor Details
-
WorkflowAutomatedAction
public WorkflowAutomatedAction()Deprecated.
-
-
Method Details
-
perform
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
-
WorkflowAutomatedAction