Action group: Robot management
The action starts the robot locally with 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.
As a result we get robot ID.
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
The path to the file with the robot | Path to a file with a robot with *.robin-robot extension that needs to be launched. | Robin.FilePath | Yes | |
Parameters | Dictionary with parameters | Robin.Dictionary | No | |
Logging level | Type of logging level | Robin.String | Yes | |
Timeout, ms | The 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 ID | Robot ID | Robin.String |
None.
Start the robot locally.
Use the "Start robot" action.
The program robot completed successfully. The robot was started. The robot ID was received.