prufa_confirm_flow
Confirm a draft flow to make it runnable. Optionally provide a corrected spec to override the current draft, or confirm as-is. Idempotent.
Instructions
Confirm a DRAFT flow so it becomes runnable — only confirmed flows run. Pass flow_id. Optionally pass a corrected spec object to override the compiled draft before confirming (omit it to confirm the draft as-is). Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | Optional corrected spec to confirm instead of the current draft. | |
| flow_id | Yes | ||
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |