Package de.hybris.platform.workflow.jalo
Interface AutomatedWorkflowTemplateJob
-
- All Known Implementing Classes:
AbstractWorkflowAutomatedAction,AfterApproveGenericWorkflowDecisionAction,AfterMerchantApprovalWorkflowDecisionAction,AfterMerchantRejectionWorkflowDecisionAction,AfterQuoteApprovalWorkflowDecisionAction,AfterQuoteRejectionWorkflowDecisionAction,AfterRejectGenericWorkflowDecisionAction,AfterWorkflowAction,DeprecatedWorkflowAction,WorkflowAutomatedAction
@Deprecated public interface AutomatedWorkflowTemplateJobDeprecated.since ages - as of release 4.3, please useAutomatedWorkflowTemplateJobDefines interface for all automated jobs that can be executed using the AutomatedWorkflowActionTemplate
- Since:
- 3.1-u6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WorkflowDecisionperform(WorkflowAction action)Deprecated.execution method for the automated workflow job
-
-
-
Method Detail
-
perform
WorkflowDecision perform(WorkflowAction action)
Deprecated.execution method for the automated workflow job- Parameters:
action- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-
-