The workflow menu
The topbar's workflow menu: run history, snapshot history, rename, duplicate, and export.
The ⋮ menu in the topbar holds everything about the workflow as a whole.
Run history and snapshot history up top; rename, duplicate, export below.
Run history
Every execution of this workflow — live and finished — with per-step detail: what each step received, produced, how long it took, and where a failure happened. Runs that paused (waits, approvals) show their state and resume point. Full guide: runs.
Snapshot history
Every Activate freezes the canvas into a snapshot; this list is all of them, newest first, with which one is currently live. Use it to see what was actually running last Tuesday — the live snapshot and your editing canvas are separate things (see core concepts).
Rename
Changes the workflow's name everywhere — the workflows index, run history, the AI's view of it. Sub-workflow calls reference workflows by id, so renaming never breaks a caller.
Duplicate
A full copy of the current canvas — steps, edges, configuration — as a new, deactivated workflow. Connections stay bound; pinned test outputs and run history don't copy (they belong to the original's life, not the graph).
Export
Downloads the workflow as JSON — the graph and each step's config. Secrets never export: connection bindings are referenced by id, not credential. Pair with import to move workflows between workspaces or share a shape publicly.