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

Ключ

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

...

Select Clients → Robin.Agent → Credentials → Client secret



Example of a received recordtext: BDsArvgg7R9lKXJHe6fSKU4dRB8xBlY4

...

For more information about using Orchestrator, please check the documentation for about Orchestrator.

Connecting configuration file

...

  1. It is necessary to place the file in one of the folders available to the user, for example in the home directory - /home/user
  2. To move a file to the target directory, execute the command:
    sudo cp -f /home/user/Robin.Agent.cfg /etc/RobinPlatform/2.0.0/Agent
  3. After moving the file, you need to grant permissions for applications to access it
    sudo chmod 664 /etc/RobinPlatform/2.0.0/Agent/Robin.Agent.cfg
    sudo chown rpa-robin:rpa-robin /etc/RobinPlatform/2.0.0/Agent/Robin.Agent.cfg
  4. After all manipulations are done, you can run the ls -l command and check the success and uniformity of file permissions in the folder.

Launching robots

Local launch of robots (robot file on the host)

The versions of the actions used in the robot must be present in the installed platform for the robot to execute successfully.

...