Documentation Index
Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Workflow versioning lets you publish snapshots of your workflow configuration. Each time you publish, Slate saves an immutable copy of your workflow as a numbered version. Edit your draft freely — the live version keeps running until you publish again.Key Concepts
| Concept | Description |
|---|---|
| Draft | Your current editable workspace. Changes here do not affect live runs. |
| Version | An immutable snapshot created when you publish. Versions are numbered sequentially (Version 1, Version 2, etc.). |
| Live version | The version that runs when users execute the workflow. Marked with a green “Live” badge. |
| Version note | An optional message you attach when publishing to describe what changed. |
Publishing a Version
- Make your changes in the workflow builder.
- Click Publish in the top toolbar.
- Add an optional version note describing the changes.
- Confirm to publish.
Viewing Version History
Click the version dropdown (clock icon) in the top toolbar to open the Version History panel. The panel shows:- Draft at the top, labeled “Editable”
- All published versions listed newest-first
- The live version marked with a green Live badge
- Relative timestamps for each version (e.g., “5 minutes ago”)
- A message icon next to versions that have a version note — hover to read the note
Viewing a Past Version
Click any version in the Version History dropdown. The workflow builder switches to read-only mode and an amber banner appears at the top:You are viewing Version XIf the selected version is the live version, the banner also shows “(Live)” in green. Click the X button in the banner or select Draft in the dropdown to return to editing.
Redrafting a Version
Redrafting copies a past version’s configuration into your current draft without changing the live version.- Select a version from the Version History dropdown.
- Click Redraft this version in the amber banner.
Redrafting overwrites your current draft with the selected version’s configuration. Make sure you have published any draft changes you want to keep before redrafting.
Rolling Back and Rolling Forward
You can make any past version live without creating a new version.- Select a version from the Version History dropdown.
- The amber banner shows one of two actions:
- Rollback — if the selected version is older than the current live version
- Roll forward — if the selected version is newer than the current live version
- Click the action button.
Typical Workflow
- Edit your workflow in the draft.
- Test with Test All to verify changes.
- Click Publish to save a version and make it live.
- If something goes wrong, open Version History and Rollback to a previous version.
- Use Redraft to bring an older configuration back into your draft for further editing.
What’s Next
- Learn how to build workflows in Building Workflows
- Run workflows on a schedule in Scheduled Workflows
- Use workflows at scale in Sheets Overview