When snapshots are enabled on your deployment, every save of a workflow auto-creates a versioned copy of its definition. Snapshots let you inspect what a workflow looked like at a previous version and restore the workflow to an older version if a recent edit broke something. The History panel must appear on the workflow detail page. If not, this deployment doesn’t have workflow snapshots enabled — contact your team admin.Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
When a snapshot is created
Snapshots are created automatically every time a workflow is saved in Cloud — there’s no explicit “create snapshot” button. The version number on each snapshot reflects the order of saves.View history
- Open the workflow’s detail page.
- Click Show history (or the equivalent label in your deployment).
- The panel lists the most-recent 50 snapshots with version badge, runtime type, optional note, and creation date.
Preview a snapshot
Click Preview on a snapshot to open a modal with:- The full workflow JSON at that version.
- The parameters table (key, type, default, whether required).
