n8n/packages/@n8n
Jaakko Husso 3a13139f78
feat(core): Change workflow deletions to soft deletes (#14894)
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.
2025-05-06 17:48:24 +03:00
..
ai-workflow-builder 🚀 Release 1.92.0 (#15107) 2025-05-05 14:23:05 +02:00
api-types refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062) 2025-05-06 15:11:05 +02:00
backend-common refactor(core): Separate license state from license service (#15097) 2025-05-06 09:43:08 +02:00
benchmark 🚀 Release 1.89.0 (#14614) 2025-04-14 14:59:30 +02:00
client-oauth2 🚀 Release 1.92.0 (#15107) 2025-05-05 14:23:05 +02:00
codemirror-lang refactor: Move vitest-config and eslint-config packages to @n8n (#13530) 2025-02-26 14:45:35 +02:00
config 🚀 Release 1.91.0 (#14957) 2025-04-28 17:21:51 +02:00
constants 🚀 Release 1.91.0 (#14957) 2025-04-28 17:21:51 +02:00
db feat(core): Change workflow deletions to soft deletes (#14894) 2025-05-06 17:48:24 +03:00
decorators refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062) 2025-05-06 15:11:05 +02:00
di 🚀 Release 1.90.0 (#14767) 2025-04-22 10:40:53 +02:00
eslint-config ci: Generate sourcemaps for nodes code again (no-changelog) (#14292) 2025-04-01 10:15:39 +02:00
extension-sdk 🚀 Release 1.88.0 (#14513) 2025-04-10 08:48:31 +02:00
imap 🚀 Release 1.82.0 (#13639) 2025-03-03 17:45:11 +00:00
integration-test-utils refactor(core): Set up @n8n/integration-test-utils package (#15098) 2025-05-06 15:27:19 +02:00
json-schema-to-zod 🚀 Release 1.82.0 (#13639) 2025-03-03 17:45:11 +00:00
nodes-langchain fix: Center circular element in Milvus logo (#15078) 2025-05-06 14:12:36 +03:00
permissions refactor(core): Move more code into @n8n/permissions. Add aditional tests and docs (no-changelog) (#15062) 2025-05-06 15:11:05 +02:00
storybook chore: Upgrade Typescript and other frontend tooling (no-changelog) (#13687) 2025-03-11 11:14:58 +01:00
task-runner fix(core): Fix task runner validation error on array of arrays (#15106) 2025-05-06 11:23:45 +02:00
typescript-config 🚀 Release 1.82.0 (#13639) 2025-03-03 17:45:11 +00:00
utils 🚀 Release 1.92.0 (#15107) 2025-05-05 14:23:05 +02:00
vitest-config 🚀 Release 1.82.0 (#13639) 2025-03-03 17:45:11 +00:00