Is there a way to trigger the generation of the flow json to a file?

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.

1 Like

That's a good idea! Thanks a lot.