Class TaskUpdatePriorityJob

  • All Implemented Interfaces:
    TaskanaJob

    public class TaskUpdatePriorityJob
    extends AbstractTaskanaJob
    Job to recalculate the priority of each task that is not in an endstate.
    • Method Detail

      • isJobActive

        public boolean isJobActive()
      • getBatchSize

        public int getBatchSize()
      • initializeSchedule

        public static void initializeSchedule​(TaskanaEngine taskanaEngine)
        Initializes the TaskUpdatePriorityJob schedule.
        All scheduled jobs are cancelled/deleted and a new one is scheduled.
        Parameters:
        taskanaEngine - the TASKANA engine.