Package de.hybris.platform.workflow.jalo
Interface AutomatedWorkflowTemplateJob
- All Known Implementing Classes:
AbstractWorkflowAutomatedAction,AfterApproveGenericWorkflowDecisionAction,AfterMerchantApprovalWorkflowDecisionAction,AfterMerchantRejectionWorkflowDecisionAction,AfterQuoteApprovalWorkflowDecisionAction,AfterQuoteRejectionWorkflowDecisionAction,AfterRejectGenericWorkflowDecisionAction,AfterWorkflowAction,DeprecatedWorkflowAction,WorkflowAutomatedAction
Deprecated.
- Since:
- 3.1-u6
-
Method Summary
Modifier and TypeMethodDescriptionperform(WorkflowAction action) Deprecated.execution method for the automated workflow job
-
Method Details
-
perform
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
-
AutomatedWorkflowTemplateJobDefines interface for all automated jobs that can be executed using the AutomatedWorkflowActionTemplate