n8n_diff_workflow_snapshot
Compare a workflow snapshot with the current state or another snapshot to see nodes added, removed, or modified, and parameter or connection changes. Determine if a rollback is needed.
Instructions
Compare a workflow snapshot against the current state (or another snapshot): nodes added/removed/modified, changed parameters, and connection changes. Useful before deciding whether to roll back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| to | No | Snapshot timestamp to compare to (default: current state in n8n) | |
| from | No | Snapshot timestamp to compare from (default: most recent snapshot) |