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

关于流程

流程表示链接到特定文件夹的包的版本。部署新流程时,该流程将对所有有权访问该文件夹的用户可用。

The Processes page enables you to deploy an uploaded package as a new process, manage previously created processes, keep all your processes up to date with the most recent package versions, and directly start a job using the desired process. This helps you distribute packages across all users and robots in your organization and execute processes faster, whether from the Processes or Jobs page.

In addition to executing processes from the Processes and Jobs pages you can also configure any process to automatically start when the Robot agent is launched. As an administrator, this enables you to be sure that necessary processes are launched without delay or failure from the machine user, for example to ensure adherence to company IT policies.

备注:

默认情况下,有正在运行或待处理的关联作业时,可以编辑任意流程。请考虑以下事项:

  • 与修改后的流程相关联的正在运行的作业使用流程的初始版本。更新的版本用于新创建的作业或同一个作业的下一次触发。
  • 与修改后的流程关联的待处理作业使用更新的版本。

Note that creating a process requires your user to have View permission on Packages, and View and Create permissions on Processes. You also need Create on Jobs to instantly start a job from the processes page. For deploying processes in classic folders, View on Environments is also required.

如果流程的 Main.xaml 包含 In、Out 或 In/Out 参数,则这些参数将显示在“查看流程”窗口的“参数”选项卡上。在 Orchestrator 中,它们将成为输入参数和输出参数。

In the aforementioned window you can view both input and output parameters, their name and type, and whether their value is inherited from the package or they have no default value. Last but not least, you can specify values for any input parameter. For more info on input and output parameters in Orchestrator, please visit this page.

备注:

在任何级别,为 Studio 中的输入参数提供的默认值都不会显示在 Orchestrator 中。

Studio 包中使用的活动存储在 Orchestrator 有权访问的 NuGet 订阅源中。因此,每次将包部署到环境时,活动也将发送到该环境中的机器人计算机。这使您能够使用这些机器人执行流程,即使您与 Orchestrator 的连接已关闭也如此。

流程类型

This section describes existing process types according to how the automation requires and interacts with the user interface. The process type is configured in Studio on the Project Settings window, and illustrated accordingly in Orchestrator after publishing the project. There are two types of processes, according to the user interface requirements:

  • 文档图像 Background Process - Does not require a user interface, nor user intervention to get executed. For this reason you can execute multiple such jobs in unattended mode on the same user simultaneously. Each execution requires an Unattended/NonProduction license. Background processes run in Session 0 when started in unattended mode. Click here for details about background processes.

  • 文档图像 Requires User Interface - Requires user interface as the execution needs the UI to be generated, or the process contains interactive activities. You can only execute one such a process on a user at a time.

    备注:

    同一用户可以同时执行多个后台流程和单个要求使用用户界面的流程。

版本管理

如果 Orchestrator 中提供了包的新版本(您从 Studio 中发布了新版本),则会在所属流程旁边显示 文档图像 图标。

您可以在相应的“查看流程”窗口上将流程分别更新为最新的可用版本,也可以通过选择多个流程并单击全局性的“使用最新版本”按钮来批量更新它们。

如果与流程关联的包版本在已配置的 NuGet 存储库中不再可用,则会显示 文档图像 图标。

如果您在特定流程中使用包的最新可用版本,则 文档图像 图标会显示在该流程旁边。

  • 流程类型
  • 版本管理

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新