UiPath Documentation
robot
2020.10
false
机器人用户指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

根据部署方式

操作服务模式机器人用户模式机器人
有人值守的执行
无人值守的执行1
并发作业执行
自动化会话管理
高密度部署
在退出托盘时停止服务
单台计算机 - 多用户部署

1 仅当用户登录时,才可以在锁定屏幕下使用用户模式机器人进行无人值守执行。

服务模式机器人

服务模式机器人最适合无人值守的自动化场景和大规模平台部署。执行流程时,机器人执行程序会使用与注册它的用户相同的权限运行。

机器人服务由 Windows 服务控制管理器在本地系统下启动。该管理器可打开交互式 Windows 会话,并且拥有计算机管理员的所有权限。正因如此,它可以为无人值守作业启用“自动会话管理”(例如登录和注销)。建议将服务模式机器人服务用于大规模平台部署。

Installing the Robot using UiPathStudio.msi and selecting the Unattended Robot option deploys the Service Mode Robot by default. It can also be installed from the Command Prompt.

A Service Mode Robot can easily be updated, or converted to a User Mode Robot.

在此部署类型中,机器人位于 services.msc 的 Windows 服务列表中。

无论用户登录与否,此服务都可从 Orchestrator 启动作业。

The Service Mode Robot gets installed for all users on that machine. When the Service Mode Robot is installed on Windows Server machines, you can run concurrent unattended jobs with automatic session management. This represents a seamless unattended automation scenario. You can have concurrent jobs with the User Mode Robot on a Windows Server, but not automatic session management. You can find out how to set up a Windows Server for your Robots on this page.

系统会将 UiPath.settings 文件安装在 %ProgramData%\UiPath 文件夹中。

Packages are downloaded in the %userprofile%\.nuget\packages folder by default. However, you can specify a custom location when you install Studio from the Command Prompt. If you are not connected to Orchestrator, the packages you publish from Studio are saved in the %ProgramData%\UiPath\Packages folder, and become visible in the Robot Tray. Find out more about Managing Packages.

用户模式机器人

用户模式机器人最适用于有人值守的自动化场景。此机器人会在启动它的用户下运行,并拥有与该特定用户完全相同的权限。

Installing the Robot using UiPathStudioSetup.exe deploys the User Mode Robot. When installing with UiPathStudio.msi, selecting the Assistant option deploys the User Mode Robot by default. It can also be deployed when installing from the Command Prompt.

A User Mode Robot can easily be updated, or converted to a Service Mode Robot.

在此部署类型中,机器人并不在 Windows 服务列表中。

为了从 Orchestrator 启动作业,用户必须处于登录状态。

系统会将 UiPath.settings 文件安装在 %LocalAppData%\UiPath 文件夹中。

请注意,对于服务模式机器人服务部署,执行 .xaml 文件的用户可读取这些文件。

By default, packages are downloaded in the %userprofile%\.nuget\packages folder. This location can be specified when you install Studio from the Command Prompt. If you are not connected to Orchestrator, the packages you publish from Studio are saved in the %ProgramData%\UiPath\Packages folder, and become visible in the Robot Tray. Find out more about Managing Packages.

请注意,用户模式机器人无法运行由服务模式机器人下载的包。

  • 服务模式机器人
  • 用户模式机器人

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新