What is I want to update/create flows from the Bluemix DevOps Services project? The flow.jason file seems disconnected from the real node-RED flows
Answer by knolleary (2799) | Oct 01, 2015 at 10:23 AM
When run in bluemix, the flows are stored in the attached Cloudant database. This is because the file system cannot be used for persistent storage - if the app gets restarted, any changes to files made by the app are lost.
This means it is not possible to use DevOps Services to modify the flow file - you have to either use the Node-RED editor, or attach to the cloudant dashboard and edit the JSON directly. If you do edit the JSON in the cloudant dashboard, you will need to manually restart your node-red app to pick up the change.
Is Live Edit broken for Node RED / IOT bluemix apps? 1 Answer
How to configure IoT node-red flow for specific device ids 2 Answers
Bluemix Node-Red Callback URL for FB Messenger Chat Bot 1 Answer
Node Red (ibmiot in ) node and shared connection type to IOTF service 1 Answer
Problem connecting NODE-red on raspberry pi to iot cloud Node-red instance via mqtt? 2 Answers