I’m using the n8n node to get all workflows (for backup purposes) and i’m noticing it’s only pulling 21 out of my 26 workflows. I’m not sure why this is happening.
n8n version 1.94.1 running off docker
I’m using the n8n node to get all workflows (for backup purposes) and i’m noticing it’s only pulling 21 out of my 26 workflows. I’m not sure why this is happening.
n8n version 1.94.1 running off docker
Did you see 26
from Personal tab or Overview tab.
I think the Overview should represent the workflow items. Personal will count folder
as well if you created before.
Thanks for the response. I’m seeing the total number in “Overview”; not including the folders. Here’s another example:
Can you check the 4 workflow missing on API is there any special about them?
Maybe share from others. But you using docker it’s more likely on community plan or enterprise plan.
Great question; turns out the workflows that weren’t getting captured were the ones that I had as Active… I turned them off temporarily and they all pulled in and backed up correctly. I turned them back on and ran it again, and they were missing again..
Why would that be? Is that how this node is developed? I guess the work around would be to duplicate this node and pull inactive workflows in one, and active workflows in the other..
I think I know the difference
In your case : This will only return non active workflows
If you want all. You need to remove the filter option.
I guess it will put a false in the filter.
So remove it will be no filter
Sorry didn’t catch that point before.
But worth be a feature request
to make the wording explain more accurate.
Oh! Duh, I should have caught that.. thanks for your help
no problem.
You can help to mark that as solution although this tiny configuration take both of us for a while!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.