如何在未安装UiPath Studio或UiPath Robot的PC上执行工作流程? [英] How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed?

查看:593
本文介绍了如何在未安装UiPath Studio或UiPath Robot的PC上执行工作流程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在未安装 UiPath Studio UiPath Robot 的PC上执行工作流程?

我一直在与UiPath一起使用 UiPath Studio UiPath Robot (在本地以及通过Orchestrator在本地主机上)自动化工作流程,

我看过academy.uipath中的以下视频:

  • 课程编排2018.2-视频第1部分
  • 课程编排2018.2-视频第2部分

我知道我需要:

  • 首先将主机添加为标准计算机
  • 然后添加一个标准机器人
  • 进一步在 Orchestrator 设置中设置 Robot .

现在,我想在未安装 UiPath Studio UiPath Robot 的裸露PC上执行工作流程.

所以我的问题是:

  • (Q1):是 UiPath Studio 和/或 UiPath Robot 的安装,是通过引导通过UiPath Robot执行工作流的最低要求> UiPath Orchestrator ?
  • Windows安装可以通过以下方法完成:
    • UiPathPlatformInstaller.exe
    • UiPathStudio.msi
  • (第二季度):我可以使用任一安装程序仅安装 UiPath Robot (UiPath Studio除外)吗?

我使用了UiPathStudioSetup Application ,它默认安装了 UiPath Studio UiPath Robot .所以:

  • (问题3):UiPathPlatformInstaller.exe可以让我单独安装 UiPath Robot 吗?
  • (第4季度):通过UiPathPlatformInstaller.exe安装的机器人是否可以与 Orchestrator CE
  • 进行通信

注意:根据免费试用版或社区版UiPath RPA软件我的理解是:

  • UiPathStudio.msi适用于 UiPath社区版
  • UiPathPlatformInstaller.exe用于 UiPath Enterprise RPA平台
  • (问题5):我正确吗?

解决方案

您好,我将尝试如下回答您的问题:

(第1季度):安装UiPath Studio和/或UiPath Robot是通过UiPath Orchestrator引导的通过UiPath Robot执行工作流的最低要求吗?

(A1):最低要求为:

  1. UiPath Studio和预装的UiPath机械手(UiPathStudio.msi)

  2. 分别安装了UiPath机器人的Orchestrator(UiPathPlatformInstaller.exe)(管理,计划,监视多个机器人/环境,并且重要的是使用队列)

  3. 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

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 :

  • Lesson Orchestrator 2018.2 - Video Part 1
  • Lesson Orchestrator 2018.2 - Video Part 2

I am aware I need to:

  • Add a host as a Standard Machine first
  • Then add a Standard Robot
  • Further provision the Robot within the Orchestrator settings.

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:

  • (Q1): Is an installation of UiPath Studio and/or UiPath Robot the bare minimum requirement to execute a workflow through a UiPath Robot, guided through the UiPath Orchestrator?
  • Windows Installation can be done through:
    • UiPathPlatformInstaller.exe
    • UiPathStudio.msi
  • (Q2): Can I install UiPath Robot only (excluding the UiPath Studio) using either of the installers?

I had used the UiPathStudioSetup Application which installs both UiPath Studio and UiPath Robot by default. So:

  • (Q3): Would UiPathPlatformInstaller.exe allow me to install the UiPath Robot individually?
  • (Q4): Would a Robot installed through UiPathPlatformInstaller.exe communicate with Orchestrator CE

Note: As per Free Trial or Community Edition UiPath RPA Software my understanding is:

  • UiPathStudio.msi is for The UiPath Community Edition
  • UiPathPlatformInstaller.exe is for The UiPath Enterprise RPA Platform
  • (Q5): Am I correct?

解决方案

Hello i will try to answers your questions as follow:

(Q1): Is an installation of UiPath Studio and/or UiPath Robot the bare minimum requirement to execute a workflow through a UiPath Robot, guided through the UiPath Orchestrator?

(A1): The minimum requirements are:

  1. UiPath Studio along with preinstalled UiPath Robot (UiPathStudio.msi)

  2. Orchestrator with UiPath Robot separately installed (UiPathPlatformInstaller.exe) (Manage, schedule, monitor multiple robots/environments and importantly using Queues)

  3. UiPath Robot (Just execute existing workflows, check their logs).

    Which brings us to your second question.

(Q2): Can I install UiPath Robot only (excluding the UiPath Studio) using either of the installers?

(A2): Yes you can install only the Robot without the studio, if you run the setup file as administrator and perform a custom setup. as per screen below:

(Q3): Would UiPathPlatformInstaller.exe allow me to install the UiPath Robot individually?

(A3): Yes as per (Q2) the only difference is that this installer comes along with Orchestrator, which you can choose to skip in custom installation.

(Q4): Would a Robot installed through UiPathPlatformInstaller.exe communicate with Orchestrator CE

(A4): Yes if you provision the Robot to the respected Orchestrator

Note: As per Free Trial or Community Edition UiPath RPA Software my understanding is:

UiPathStudio.msi is for The UiPath Community Edition
UiPathPlatformInstaller.exe is for The UiPath Enterprise RPA Platform

(Q5): Am I correct?

(A5): Yes you are. You can request the Community Edition if you are an individual or small company or the Enterprise Trial if you are an enterprise. Fill out one of the forms here and you will get the installer via email:UiPathFreeTrialOrCommunity

这篇关于如何在未安装UiPath Studio或UiPath Robot的PC上执行工作流程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆