EVQUEUE_WFMANAGER(8) | evqueue | EVQUEUE_WFMANAGER(8) |
evqueue_wfmanager - evQueue utilities
evqueue_wfmanager [ OPTIONS ] --launch <wf name> [--<parameter name> <parameter value>]*
Utility to launch workflows from command line. Can be used to connect to the evQueue core through TCP or UNIX sockets.
Options MUST be passed before --launch argument. Arguments expected after are only workflow parameters.
tcp socket: tcp://<hostname>[:<port>]
unix socket: unix://<path>
evqueue_wfmanager --connect tcp://localhost:5000 --user admin
--password admin --launch sleep --time 1
Connects to evQueue daemon using TCP on localhost (port 5000). Launches a
workflow named "sleep" which takes on parameter "time"
(whose value is "1").
http://www.evqueue.net/
2016-07-11 | evQueue utilities |