Interface AutomatedWorkflowTemplateJob

All Known Implementing Classes:
AbstractWorkflowAutomatedAction, AfterApproveGenericWorkflowDecisionAction, AfterMerchantApprovalWorkflowDecisionAction, AfterMerchantRejectionWorkflowDecisionAction, AfterQuoteApprovalWorkflowDecisionAction, AfterQuoteRejectionWorkflowDecisionAction, AfterRejectGenericWorkflowDecisionAction, AfterWorkflowAction, DeprecatedWorkflowAction, WorkflowAutomatedAction

@Deprecated(since="ages", forRemoval=false) public interface AutomatedWorkflowTemplateJob
Deprecated.
since ages - as of release 4.3, please useAutomatedWorkflowTemplateJob

Defines interface for all automated jobs that can be executed using the AutomatedWorkflowActionTemplate

Since:
3.1-u6
  • Method Summary

    Modifier and Type
    Method
    Description
    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