rr_retry_replenishment_action
Retry a failed or blocked replenishment action by re-running its draft execution path with idempotency guarantees and conflict detection.
Instructions
Retry a blocked or failed replenishment action by re-running the draft execution path. Idempotent; requires idempotency_key and expected_updated_at and applies the same stale-state conflict contract as execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | Replenishment action UUID | |
| idempotency_key | Yes | Caller-chosen idempotency key | |
| expected_updated_at | Yes | The action updated_at the retry was decided against |