Class AbstractWorkflowAutomatedAction

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractWorkflowAutomatedAction()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • AbstractWorkflowAutomatedAction

        public AbstractWorkflowAutomatedAction()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • perform

        public final WorkflowDecision perform​(WorkflowAction action)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: AutomatedWorkflowTemplateJob
        execution method for the automated workflow job
        Specified by:
        perform in interface AutomatedWorkflowTemplateJob
        Parameters:
        action - the workflow action that activated this method
        Returns:
        the decision that should be activated after this action finishes
      • performAction

        public void performAction​(WorkflowAction action)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getModelService

        @Deprecated(since="5.0",
                    forRemoval=true)
        public ModelService getModelService()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 5.0.
      • getEventService

        @Deprecated(since="5.0",
                    forRemoval=true)
        public EventService getEventService()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Since 5.0.