Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Command Line Testing Tool

Use the command line tool to execute a workflow. The command line tool provides quick feedback while you develop or troubleshoot the contents of a workflow.

The command line tool does not interact with the live JSA event pipeline. Any events that are retrieved from the Universal Cloud REST API protocol are written to the JSA Console.

Add one or more commands to the end of the following command line to run the tool. If you don't specify any arguments, the entire usage is written.

The following table shows the commands for the command line testing tool.

Table 1: Command Line Testing Tool Usage

Command

Description

-?,--help

Displays the usage and exits.

-p <[user@]server:port>

Specifies the proxy to use.

-r <seconds>

Specifies the poll frequency.

-s <file>

Specifies the file for state persistence.

-v

Displays more logging.

-w <file>

Specifies the workflow to load.

-wp <file>

Specifies the workflow parameter values to load.

XML Example

In the following example, the command line is used to specify the workflow and workflow parameter values to load. The -w command is used to specify the myworkflow.XML workflow and the -wp command is used to specify the myworkflow.parameter.values.xml workflow parameter values.