Versions & Sharing
Track every change with version history, compare differences between versions, restore previous states, and share workflows with your team.
Version History
Every time you save a workflow, A91I creates a new version. The version history records the complete state of the workflow — all nodes, edges, positions, configurations, and trigger settings.
This means you can always go back to any previous save point, compare what changed, and understand the evolution of the workflow over time.
Viewing Version History
Open the workflow
Open version history
Browse versions
Comparing Versions
Select two versions and click Compare to see a side-by-side diff. The comparison shows:
- Nodes added — new nodes that appear in the newer version.
- Nodes removed — nodes that were deleted.
- Nodes modified — nodes with changed configurations, positions, or connections.
- Edge changes — new or removed connections between nodes.
- Configuration changes — field-by-field diff of node parameters.
The diff view uses color coding: green for additions, red for removals, and yellow for modifications.
Restoring a Version
To restore a previous version, open the version history panel, click the version you want, and click Restore This Version. The workflow reverts to that state. This creates a new version entry (it does not delete the versions in between), so the restore itself is tracked in history.
Non-destructive
Cloning Workflows
Clone a workflow to create an independent copy. The clone gets a new ID and name (suffixed with "(Copy)") but retains all nodes, edges, and configurations. Changes to the clone do not affect the original.
Cloning is useful for:
- Creating variations — clone a working workflow and modify it for a different use case.
- Safe experimentation — clone before making risky changes. If the experiment fails, delete the clone.
- Template creation — build a standard workflow, then clone it for each team or client.
Team Collaboration
Best Practices
- Name workflows descriptively so team members can find them easily.
- Add descriptions explaining what the workflow does and when it runs.
- Use version history to understand changes made by other team members.
- Share with the minimum required permission level — View for observers, Edit for co-builders.
- Clone before making major changes to a shared workflow. Merge the changes back after testing.
- Use node groups to organize complex workflows so collaborators can understand the structure at a glance.
Change Tracking
All workflow changes are tracked in the organization's audit log. The audit log records who changed what, when, and the before/after values. Navigate to Settings → Audit Log to browse the full history.