Nolio Run Process Step

The Run Process step runs a process on the Nolio server.

Required connection properties:

Property Name Description
Nolio Server URL

The URL to the Nolio server in the following format:

//host:port

User The username for accessing the Nolio server.
Password The password of the Nolio user.

Other required properties:

Property Name Description
Application The Nolio application name to which the Nolio environment is linked.
Environment The Nolio environment name to which the Nolio process is linked.
Process The full name of the Nolio process.
Process Tag The name of the Nolio process tag that should be used.
Servers

A list of the server types and agents. Provide each entry on a new line in the following format:

<server type>=<agent-name>.

Optional properties:

Property Name Description
Parameters

A list of the parameter path names and values. Provide each entry on a new line in the following format:

<parameterPathName>=<value>

Wait Tells whether the step should wait until the process is completed.
Timeout Time to wait until step completion, in milliseconds. A value of -1 means that the step waits for 24 hours.