Preview and rollback

Flow configuration uses draft and published revisions. Progress is always tied to the revision the client pinned when loading.

Preview never writes progress

Dashboard preview and MCP preview surfaces render config only. They do not call progress mutations or advance checklist state.

Restore revision

restore_revision (MCP) or dashboard rollback copies an immutable published revision into the draft. It does not mutate live client progress until you publish.

Publish = new revision

Publishing increments revision. Copy-only changes across revisions do not re-fire completion. Adding a new required step can reopen progress for clients on the new revision. See revisions.

Related: Configuration · Progress