Qorus Integration Engine  3.0.4.p7
ostop: Stop Workflow Instances

Usage
ostop [options] id|name [version]

This program allows the user to easily stop running execution instances of a workflow by either giving the workflow execution instance id or the name and an optional version.

For example, to stop all execution instances of workflow CREATE-ACCOUNT:

unixprompt% ostop CREATE-ACCOUNT
Note
This method provides a user-friendly interface to the following Qorus API methods:

Be aware that this program is delivered as a Qore-language script, and, as such, requires either the $OMQ_DIR or $QORE_MODULE_DIR environment variables to be set to find the Qorus client module, if not located in the default location.

Options Supported by ostop

Long Option Short Description
–all -a Stop all running workflows
–url=ARG -u Set URL: "http://host:port"; at least host or port must be given; ex: "http://server1:8501/RPC2"; see UNIX Socket Support in URLs
–proxy-url=ARG -p Set the proxy URL: "http://host:port"; at least host or port must be given; ex: "http://proxy1:8080"; see UNIX Socket Support in URLs
–show-url -W Shows the default URL
–help -h Prints command help text