Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action starts the robot locally with parameters

Action icon

 Image Modified

Parameters

Input parameters 

The path to the file with the robot - Path to a file with a robot with *.robin-robot extension.

Parameters - dictionary with parameters.

Logging level - type of logging level. For example: Business. 

Timeout, ms - the maximum time to wait for a response from the agent about the start of the robot. Measured in milliseconds.

Output parameters 

As a result we get robot ID. 

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
The path to the file with the robotPath to a file with a robot with *.robin-robot extension that needs to be launched.Robin.FilePath
Yes
ParametersDictionary with parametersRobin.Dictionary
No
Logging levelType of logging levelRobin.String
Yes
Timeout, msThe maximum time to wait for a response from the agent about the start of the robot. Measured in milliseconds. If «-1» is specified, the action waits for a response from the agent indefinitely. Default value: -1.Robin.Numeric
No
Results
Robot IDRobot IDRobin.String

...