codex_adopt_workflow_plan
Adopt a newer valid plan candidate from a Codex thread into an existing durable workflow. This operation is idempotent and does not initiate execution.
Instructions
Adopt a newer valid Plan Mode candidate from the same Codex thread into an existing durable workflow. This is idempotent by workflow and plan hash and never starts execution by itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| candidate_turn_id | Yes | ||
| candidate_plan_hash | Yes | ||
| client_request_id | No | ||
| adoption_note | No | ||
| message_max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| agentGuidance | No | ||
| agentGuidanceText | No | ||
| recoveryAttemptState | No |