Search code examples
savenoflo

noflo how to save changes in noflo-ui at the server


i install node + noflo on my server and create a .fbp. now i start the ws server for the noflo-ui with

node node_modules/.bin/noflo-nodejs --graph graphs/test1.fbp

now i get an url for the ui. there i can make changes. but this changes are not saved back to the fbp file. if i stop the node i lose all changes.

i not have seen any save button. is there a method to save?

is it possible to run more then one fbp file without starting an new server every time?


Solution

  • Currently there is no way to persist modified graphs and/or components directly to the server with Flowhub. However, for future use the spec already contains a network:persist capability that will be used for this.

    In the meanwhile, it is best to do this via GitHub... push your changes to a git repository, then pull to server.