ready = true; $this->value = $value; } #[WorkflowMethod(name: 'WaitWorkflow')] public function run() { yield Workflow::await(fn() => $this->ready); return $this->value; } }