Spec
Plan Workflow Spec Against Existing Workflow
Preview applying a declarative YAML spec to an existing workflow draft.
The URL workflow id is the plan target. Any workflow id in the YAML is treated as source context.
POST
Compute the reconcile plan for a declarative workflow YAML spec against a specific existing workflow draft. This does not mutate workflow state.
The
workflow_id in the URL is the plan target. If the YAML includes metadata.id, Retab treats it as source context and does not use it to choose a different workflow.
Authorizations
Path Parameters
Body
application/json
Body carrying a workflow's full YAML definition for validate, plan, apply, or export.
Workflow YAML definition
Response
Successful Response
A preview of the changes a workflow YAML definition would make, with a per-resource diff and a human-readable rendered_plan.
Available options:
create, update, noop