Add Status Node to Subflow to allow subflow-specific status

Closes #597
This commit is contained in:
Nick O'Leary
2019-02-01 23:44:50 +00:00
parent efe8fbbd11
commit 3bcff91328
9 changed files with 500 additions and 41 deletions

View File

@@ -265,7 +265,6 @@ class Flow {
return Promise.all(promises);
}
/**
* Update the flow definition. This doesn't change anything that is running.
* This should be called after `stop` and before `start`.