jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.7k stars 728 forks source link

What is The Best model to connect The flows in data base side Server? #702

Closed tiagomso closed 1 year ago

jerosoler commented 1 year ago

Use the export and import method. To save in your database. And load to drawflow.

You can save all the information or separate by nodes. There is no right way. They are all valid.

The one that best suits your case.

tiagomso commented 1 year ago

Thanks... I make the connection from data json and works...