Commit Graph

7 Commits

Author SHA1 Message Date
Robert Squires
92cf3cedbb refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
Raúl Gómez Morales
5bc4e5d846 feat(editor): Add "Change owner" option to editor (#15792) 2025-06-03 09:59:07 +02:00
Alex Grozav
de4c5fc716 refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
Jaakko Husso
374b2cf882 feat(editor): Don't confirm archiving nonactive workflows (no-changelog) (#15182) 2025-05-08 21:33:50 +03:00
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
Milorad FIlipović
46df8b47d6 feat(editor): Show workflow breadcrumbs in canvas (#14710) 2025-04-28 13:37:55 +02:00
Alex Grozav
f5743176e5 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00