Provided by: evqueue-utils_2.0-1build1_amd64 bug

NAME

       evqueue_wfmanager - evQueue utilities

SYNOPSIS

       evqueue_wfmanager [ OPTIONS ] --launch <wf name> [--<parameter name> <parameter value>]*

DESCRIPTION

       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.

OPTIONS

       --connect connection_string
              Connect to server identified by connection_string. Two formats are accepted :

              tcp socket: tcp://<hostname>[:<port>]

              unix socket: unix://<path>

       --user <username>
              Use this username if authentication is required by daemon.

       --password <password>
              Use this password if authentication is required by daemon.

       --mode [synchronous|asynchronous]
              Run in synchronous or asynchronous mode. In synchronous mode, the command will only  return  after
              the  workflow  is  terminated.  In  asynchronous  mode,  the command returns immediately after the
              workflow is launched.

       --timeout <timeout>
              When running in synchronous mode, do  not  wait  worfklow  termination  for  more  than  <timeout>
              seconds.

EXAMPLES

       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").

SEE ALSO

       http://www.evqueue.net/