Spec
Plan Workflow Spec
Preview the changes a declarative YAML spec would make to the draft workflow.
Compares the spec against the current draft and returns the resulting changes without applying them. A spec that already matches the draft plans as a no-op.
POST
Compute the reconcile plan for a declarative workflow YAML spec against the current draft workflow. This does not mutate workflow state.
Use this before
apply() to see whether the spec will create a workflow, update blocks and edges, or no-op.
Authorizations
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