Skip to content

Commit 54871c0

Browse files
authored
Update README.md
1 parent 80c80db commit 54871c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,18 @@ The following will be passed in `context.appConfig`:
8383
}
8484
```
8585

86+
### HyperFlow server
87+
The HyperFlow engine can be started in a server mode using command: ```hflow start-server```
88+
89+
If succesfully started, the server prints its URL:
90+
```
91+
HyperFlow server started at http://localhost:38775
92+
```
93+
94+
Workflows can be run through the HyperFlow server as follows:
95+
96+
```
97+
hflow run --submit=<hyperflow_server_url> <workflow_dir>
98+
```
99+
100+
Currently `<workflow_dir>` must be a local directory accessbile by the server. This allows running multiple workflows (concurrently) using the same instance of the HyperFlow engine.

0 commit comments

Comments
 (0)