Download Workflows

Hi,

Where do I find workflows in the file system on Linux (ubuntu)? I just want to be able to download multiple workflows instead of doing one by one from the menu.

And also, is there a way to copy or move few nodes from one workflow to another workflow?

Workflows do not get saved in separate files, they get saved in the database. So depending in the database you are using it is in a different location.

If you use the default database (SQLite) it is saved in the .n8n folder in your user directory.

You can copy nodes between workflows by simply copying them in the source workflow and pasting them in the destination one.