run); } public function updated(AutomationNodeRun $nodeRun): void { if ($nodeRun->wasChanged(['status', 'output', 'error', 'finished_at'])) { AutomationRunUpdated::dispatch($nodeRun->run); } } }