Flow Engine refactor

Each flow/tab now exists as its own logical object. This is the ground
work for allowing flows to be added/removed/updated independently.
This commit is contained in:
Nick O'Leary
2015-10-11 20:37:11 +01:00
parent 20b321f928
commit ec25191c98
14 changed files with 2275 additions and 2003 deletions

View File

@@ -140,6 +140,7 @@ module.exports = {
// Flow handling
loadFlows: flows.load,
startFlows: flows.startFlows,
stopFlows: flows.stopFlows,
setFlows: flows.setFlows,
getFlows: flows.getFlows,
@@ -149,4 +150,3 @@ module.exports = {
getCredentials: credentials.get,
deleteCredentials: credentials.delete
};