mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 17:27:14 +02:00
Adds soft‑deletion support for workflows through a new boolean column `isArchived`. When a workflow is archived we now set `isArchived` flag to true and the workflows stays in the database and is omitted from the default workflow listing query. Archived workflows can be viewed in read-only mode, but they cannot be activated. Archived workflows are still available by ID and can be invoked as sub-executions, so existing Execute Workflow nodes continue to work. Execution engine doesn't care about isArchived flag. Users can restore workflows via Unarchive action at the UI. |
||
|---|---|---|
| .. | ||
| workflow-sharing.service.test.ts | ||
| workflow.service.ee.test.ts | ||
| workflow.service.test.ts | ||
| workflows.controller-with-active-workflow-manager.ee.test.ts | ||
| workflows.controller.ee.test.ts | ||
| workflows.controller.test.ts | ||