run->automation_id}"), ]; } /** * @return array */ public function broadcastWith(): array { return [ 'run_id' => $this->run->id, 'root_run_id' => $this->run->rootId(), 'automation_id' => $this->run->automation_id, 'status' => $this->run->status->value, ]; } public function broadcastQueue(): string { return 'broadcasts'; } }