Creating a 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 user name to use to log in to 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 new-line separated list of the server types and agents in the format of <server type>=<agent-name>

Optional properties:

Property Name Description
Parameters

A new-line separated list of the parameter path names and values in the format of <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 the step will wait for 24 hours.