Create tags when copying workflow from one n8n to another

I am trying to copy one n8n to another with n8n Create Workflow node. I am trying to pass tags as a parameter, but it is not created in a new workflow.

The idea is:

Add tags support for n8n Create Workflow node. Associate the tag with existing one by name or create a new one.

My use case:

I am copying workflow among n8n instances and filter them by tag. It would boost my work, since I won’t be spending time to assign tags manually for each workflow.

I think it would be beneficial to add this because:

  • It is intuitive behaviour to be able to export the workflow this way, since tags are necessary for many n8n users to structure the projects.
  • It saves a huge amount of time.
  • The feature seems to be relatively easy to implement. :slight_smile:

Any resources to support this?

No additional resources.

Are you willing to work on this?

I can provide more details and the feedback.