Skip to content

Commit 6c09534

Browse files
committed
Add description of hflowStartServer
1 parent 54871c0 commit 6c09534

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

common/wfRun.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ function handle_writes(entries, cb) {
6666
});
6767
}
6868

69+
70+
/*
71+
** Function hflowStartServer: start HyperFlow server
72+
** TODO: support external IP address and configurable port number
73+
**
74+
*/
6975
function hflowStartServer() {
7076
var server = require('../server/hyperflow-server.js')(rcl, wflib);
7177
let hostname = '127.0.0.1', port = process.env.PORT;
@@ -75,7 +81,6 @@ function hflowStartServer() {
7581
}
7682

7783

78-
7984
/*
8085
** Function hflowRun: run a workflow
8186
**

0 commit comments

Comments
 (0)