Sharing error workflow across projects

Hi,

Is it possibile to share an error workflow across projects?
So that I can define one and share it to whatever workflow no matter in which project is.
Currently from current workflow settings I can only select a workflow as error workflow from within the project the current workflow is.

Thank you.

Information on your n8n setup

  • n8n version: 1.70.3

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @emac3 !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


The error workflow can be shared with the other users that have access to different projects as any other workflow, Sharing | n8n Docs. That is, a workflow can be shared with the users, not with projects.

Hi Ihor, thanks for your reply. But whenever I try to share a workflow within a project the popup dialog says " This workflow is owned by the X project which currently has N members with access to this workflow.". According to the doc you shared it seems only the creator of a workflow can share it. I’m sure I created this specific workflow, but it seems the owner now is the project.