Understanding workflow versions
Workflow versions provide a complete history of your workflow changes and allow you to track which version was used for each job execution. When you create or modify a workflow, your changes are saved as a draft. A new version is only created when you publish the workflow. This versioning system helps you:- Track changes over time
- Identify which workflow version processed specific documents
- Revert to previous versions if needed
- Maintain a clear audit trail of workflow modifications
Drafts vs. published versions
When you create a new workflow or save modifications to an existing one, your changes are saved as a draft. Drafts allow you to experiment and refine your workflow without affecting active job processing.
Viewing workflow versions
You can view all existing workflow versions in the workflow information sidepanel. This panel appears automatically when:- You first open a workflow
- You click on the workflow’s canvas area (when no steps are selected)
- Version number
- Publication date and time
- Whether it’s the current active version
Identifying workflow versions in job history
When you inspect a document’s activity or job history, you can see the specific workflow version that was used to process that job. This information helps you:- Debug issues by understanding which workflow configuration was active
- Track which version processed specific documents
- Correlate workflow changes with job outcomes

Restoring previous versions
If you need to undo changes or revert to a previous workflow configuration, you can restore any previous version. This is useful when:- Recent changes caused unexpected behavior
- You want to roll back to a known working configuration
- You need to compare different workflow versions

How to restore a version
- Open the workflow information sidepanel
- Select the version you want to restore
- Click Restore as Draft to create a new draft based on that version
- Review the restored workflow configuration
- Make any additional changes if needed
- Click Publish to create a new version
Restoring a version creates a new draft, not a new version. You must publish the draft to create a new version that will be used for processing jobs.
Returning to the current version
If you’re viewing a previous version and want to return to the latest version, click Back to Vx (current), where “x” represents the current version number. This immediately switches your view back to the active workflow version.Related resources
| API Reference | Fetch a workflow Fetch all workflows |
| Related Guides | Workflows Guide |