getJob(); $task = new Task(); $task->setSettings($job->getEditor()->getDefaultSettings()); $job->singleRun(new JobData(self::$DI['app'], $task)); } }