Group "instance"

Action "launch"

Launch a new workflow instance

Input parameters

Command-line Examples

To launch a workflow, use:

evqueue_api --connect tcp://localhost:5000 --user admin --password admin --instance --launch --name my_workflow_name

To launch a workflow *with parameters*, use:

evqueue_wfmanager --connect tcp://localhost:5000 --user admin --password admin --launch my_workflow_name --myparam1name myparam1value --myparam2name myparam2value

Errors

Action "query"

Retrieve information about a workflow instance (executing or terminated)

Input parameters

Command-line Examples

evqueue_api --connect tcp://localhost:5000 --user admin --password admin --instance --query --id 70

Errors

Action "cancel"

Cancel a running workflow instance

Input parameters

Errors

Action "wait"

Wait for an executing workflow instance to end

Input parameters

Errors

Action "killtask"

Immediately terminate the specified task of a running workflow

Input parameters

Errors

Action "delete"

Removes an instnace

Input parameters

Errors

Action "tag"

Adds a tag on an instance

Input parameters

Errors

Action "untag"

Removes a tag from an instance

Input parameters

Errors