Skip to content

Commit 0680d3e

Browse files
Add workflow version screenshots
1 parent 9473851 commit 0680d3e

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

apps/docs/content/docs/en/execution/index.mdx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,33 @@ API, Chat, Schedule, and Webhook runs use the workflow’s active deployment sna
8181

8282
The **General** tab in the Deploy modal shows a version history table for every deployment. Each row shows the version name, who deployed it, and when.
8383

84-
{/* TODO: Screenshot of the version history table with multiple versions */}
84+
<div className="flex justify-center">
85+
<Image
86+
src="/static/execution/deployment-versions-table.png"
87+
alt="Version history table with multiple deployment versions"
88+
width={600}
89+
height={650}
90+
className="my-6"
91+
/>
92+
</div>
8593

8694
From the version table you can:
8795

8896
- **Rename** a version to give it a meaningful label (e.g., "v2 — added error handling")
8997
- **Add a description** with notes about what changed in that deployment
9098
- **Promote to live** to roll back to an older version — this makes the selected version the active deployment without changing your draft canvas
9199
- **Load into editor** to restore a previous version's workflow into the canvas for editing and redeploying
92-
- **Preview a version** by selecting a row, then toggle between viewing the live deployment and the selected version in the canvas
100+
- **Preview a version** by selecting a row to view that version's workflow in the canvas preview, then toggle between **Live** and the selected version
93101

94-
{/* TODO: Screenshot of the version preview toggle (live vs selected) */}
102+
<div className="flex justify-center">
103+
<Image
104+
src="/static/execution/deployment-version-preview.png"
105+
alt="Previewing a selected deployment version"
106+
width={600}
107+
height={650}
108+
className="my-6"
109+
/>
110+
</div>
95111

96112
<Callout type="info">
97113
Promoting an old version takes effect immediately — all API, Chat, Schedule, and Webhook executions will use the promoted version. Your draft canvas is not affected.
146 KB
Loading
134 KB
Loading

0 commit comments

Comments
 (0)