README
¶
Samples
This section list a few example that demonstrates different patterns in goflow.
Examples:
Name | Description |
---|---|
single | Single node |
serial | Serial sequential nodes |
parallel | Parallel nodes |
condition | Conditional nodes |
loop | Foreach loop nodes |
How to run
Build
make
Run dependencies
docker-compose down && docker-compose up -d
Run flow
./examples
How to execute
Execute with curl
curl -d hello localhost:8080/<name>
For example to execute parallel
flow
curl -d hello localhost:8080/parallel
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.