It took me to run the import two times to import all my workflows. I’ve tried this three times.
I also look into the exported workflows files and see that there is no information relating to the tags of my workflows. It would be nice to be able to export the tags too.
Thanks @nhlong for bringing this up here. We have this feature already on our list
We excluded the tags on purpose from the export for now, because we want to put more thought into how to do it the right way, but did not want to delay the release of the tags feature.
in n8n v1.6.1 when exporting and importing all workflows, it imported without tags !
but when i open tag menu i can see the tags !and i need to assign every workflow to it’s tag!
Workflow are imported normally, except that there are no tags associated with them, we have to assign tags to the appropriate workflows manually… (we have a lot of workflows )
In the exported json file, tags are available in “tags” key which contains as value an array of tags objects (createdAt, updatedAt, id , name).
I have noticed that tags appears into the Manage tags windows with “Not being use” usage, also if i open a workflow then clic on “+ Add tag” tags appears as well, but they are not assigned.
Something is missing with workflow’s tag assignation using n8n import:workflow CLI command.
Tags not appearing when importing a workflow is a known issue that is currently in our backlog to be fixed.
I have just noticed the other 2 replies to this and the original request for exporting with tags which has been released so for now I am going to mark this feature as complete and lock the topic.