Interface SchedTaskJobDelegate

    • Method Detail

      • execute

        void execute​(TaskType taskType,
                     String taskKey,
                     boolean dryRun,
                     org.quartz.JobExecutionContext context)
              throws org.quartz.JobExecutionException
        Executes a Quartz Job to run the given Task.
        Parameters:
        taskType - Type of task to run
        taskKey - Task key to run
        dryRun - indicates if execution shall be simulated with no actual changes
        context - Quartz' execution context, can be used to pass parameters to the job
        Throws:
        org.quartz.JobExecutionException - if anything goes wrong