jobId = $jobId; } public function configure() { } public function run() { $app = new \Espo\Core\Application(); $app->runJob($this->jobId); } }