I would like to write a custom node that write in a file the full current flow json code when triggered.
Is that possible?
Thanks in advance.
I would like to write a custom node that write in a file the full current flow json code when triggered.
Is that possible?
Thanks in advance.
The current flow is in the flows file. So all you need to do is to copy that file which you could do with an exec node for example.
That's a good idea! Thanks a lot.