How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed?
I have been working with UiPath to automate workflows using UiPath Studio and UiPath Robot (both locally and on localhost through Orchestrator) and was successful.
I have been through the following videos from academy.uipath
:
I am aware I need to:
Now I want to execute a workflow on a bare PC which doesn't have either the UiPath Studio or UiPath Robot installed.
So my questions are:
UiPathPlatformInstaller.exe
UiPathStudio.msi
I had used the UiPathStudioSetup
Application which installs both UiPath Studio and UiPath Robot by default. So:
UiPathPlatformInstaller.exe
allow me to install the UiPath Robot individually?UiPathPlatformInstaller.exe
communicate with Orchestrator CENote: As per Free Trial or Community Edition UiPath RPA Software my understanding is:
UiPathStudio.msi
is for The UiPath Community EditionUiPathPlatformInstaller.exe
is for The UiPath Enterprise RPA Platform答案 0 :(得分:4)
您好,我将尝试如下回答您的问题:
(问题1):安装UiPath Studio和/或UiPath Robot是否是通过UiPath Orchestrator引导的通过UiPath Robot执行工作流的最低要求?
(A1):最低要求为:
UiPath Studio和预装的UiPath Robot(UiPathStudio.msi)
分别安装了UiPath机器人的Orchestrator(UiPathPlatformInstaller.exe)(管理,计划,监视多个机器人/环境,并且重要的是使用队列)
UiPath机械手(只需执行现有工作流程,检查其日志)。
这将我们带给您第二个问题。
(第2季度):我可以使用任何一个安装程序仅安装UiPath Robot(不包括UiPath Studio)吗?
(A2):是的,如果您以管理员身份运行安装文件并执行自定义安装,则只能安装没有Studio的Robot。按照下面的屏幕:
(第3季度): UiPathPlatformInstaller.exe可以让我单独安装UiPath机械手吗?
(A3):是的,根据(Q2),唯一的区别是此安装程序与Orchestrator一起提供,您可以选择跳过自定义安装。
(第4季度):通过UiPathPlatformInstaller.exe安装的机器人是否可以与Orchestrator CE通信
(A4):是的,如果您将机器人提供给受人尊敬的Orchestrator
注意:根据免费试用版或社区版UiPath RPA软件,我的理解是:
UiPathStudio.msi is for The UiPath Community Edition
UiPathPlatformInstaller.exe is for The UiPath Enterprise RPA Platform
(第5季度):我正确吗?
(A5):是的。如果您是个人或小型公司,则可以请求社区版;如果是企业,则可以请求企业试用版。 在此处填写其中一张表格,您将通过电子邮件获得安装程序:UiPathFreeTrialOrCommunity
答案 1 :(得分:3)
(Q1):是仅安装UiPath Studio和/或UiPath Robot 通过UiPath机械手执行工作流程的最低要求, 引导通过UiPath Orchestrator?
根据About Installation,UiPathStudio.msi
和UiPathPlatformInstaller.exe
之间的唯一区别是后者可以用于安装Orchestrator。除此之外,它们是相同的-安装Studio完全是可选的(默认情况下尚未启用,必须在高级选项中清除)。
(Q2):我只能安装UiPath Robot(UiPath Studio除外) 使用任何一个安装程序?
(Q3):UiPathPlatformInstaller.exe是否允许我安装UiPath 单独使用机器人?
是的,通过高级安装。您可能还想查看所有可用的Command Line Arguments。
(Q4):是否可以通过UiPathPlatformInstaller.exe安装机器人 与Orchestrator CE交流
是的,我不明白为什么不应该这样。不过,从未尝试过。
(问题5):我正确吗?
由于(至少据我所知)没有获得许可证的UiPathPlatformInstaller.exe
的官方方法,所以UiPathStudio.msi
是可行的方法。但是,如上所述,从技术上讲,除了Orchestrator之外,两者之间是有区别的。
答案 2 :(得分:2)
如果未在要执行自动化的计算机上安装UiPath Robot软件,则无法启动UiPath Robot。 “裸机”将无法执行UiPath创建的任何自动化操作。有不同级别的许可,所有许可均涉及4种产品。从最低到最昂贵的顺序来看,这些产品是有人值守的机器人,UiPath Studio,无人值守的机器人和UiPath Orchestrator。 UiPath Studio包括一个有人值守的机器人,因为这是一种允许在用户桌面上执行的机制。
要从Orchestrator启动自动化,至少必须购买无人看管的机器人并将其安装在必须执行该机器人的机器上。就组成机器的方式而言,存在一些灰色区域,可以通过多种方式将无人值守的机器人置备给虚拟机,但是从Orchestrator启动的每个自动化操作必须在有效的无人值守的机器人许可证上运行。
无法从Orchestrator启动参与的机器人。它们必须从将执行自动化的机器上启动。这就是软件获利的方式。这与C不同,在C中,任何(Windows)计算机都已经具有编译和执行指令的必要组件。
您是正确的,尽管有用于社区和企业解释的单独安装程序。