- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成

Marketplace 用户指南
快速入门
本指南向您展示如何安装 UiPath 示例应用程序,以及如何构建一个简单的项目来验证与 Appian 平台的连接。
要验证连接,您将使用 Appian 活动构建一个自动化序列,以执行以下操作:
- Connect a user via the Appian Scope activity.
- Assign a task to a user via the Start Human Activity activity.
先决条件
在开始构建包含 Appian 活动的项目之前,您需要下载 UiPath 示例应用程序。 此示例应用程序包括(以及其他对象)示例流程模型和网页 API,它们可实现 Appian 和 UiPath 之间的连接和交互。
-
Download the UiPath Sample Application.
- 您将导入此 .zip 上传到您的 Appian 平台,因此请将其保存在您可以轻松访问的位置。
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).

-
Go to Applications and click the Import button (this opens the Import Package window).

-
In the Import Package window, click the Upload button and select the .zip file that you saved in step 1.
-
Click the Inspect button to verify the package doesn't have errors.

-
After successful inspection, click the Import Package button.

操作完毕! UiPath 示例应用程序现在可以使用了。 现在,我们使用“Appian 活动包”创建一个新的自动化项目。
步骤
创建新项目
-
打开 UiPath Studio。
-
Under New Project, click Process to create a new project (this opens a New Blank Process window).

-
Enter a project Name, Location, and Description.
-
单击“创建”。

You're done! Next, follow the steps below to add the Appian Activities Package to your project via Manage Packages.
添加 Appian 活动包
-
In your new project, click Design at the top of the page.
-
Click Manage Packages (this opens the Manage Packages window).

-
Under All Packages, click Go! .
-
Search for "Appian" (the search results automatically return as you type).
-
Click UiPath.Appian.Activities in the results panel (this opens the package details panel in the right-hand side of the window).
-
单击“安装”。
-
Click Save (this opens a License Acceptance window).

-
Click I Accept in the License Acceptance window.

You're done! The Appian Activities package is now in your Activities > Available > Integrations > Appian.

现在,我们来构建您的第一个 Appian 自动化项目。
构建 Appian 自动化项目
亚壁古语作用域
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Appian Scope into the main Designer panel.
-
In the Designer panel, click the Appian Scope activity to open its Properties panel.

-
Enter the Server URL, Username, and Password for your Appian platform.

With the Appian Scope activity added, you're ready to add the Start Human Activity.
启动人类活动
This activity starts a predefined process (template) that is included in the UiPath Sample Application to assign a task to a group or individual.
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Start Human Activity into the main Designer panel.
-
In the Designer panel, click the Start Human Activity activity to open its Properties panel.

-
Enter the GroupId or Username that you want to assign to the process.
- If you want to assign the process to a specific group of users, follow the steps below to locate the GroupId, otherwise enter a Username to assign it to an individual user.
-
In the Designer panel, click the search icon next to the property (this opens the Select Group wizard).
-
In the Select Group wizard, enter the ServerURL, Username, and Password that you used in the Appian Scope activity.
-
Click the Connect button.
-
Select the process from the list and click the Select button.


-
Create a
Stringoutput variable and enter it in the ProcessId property.
-
To help verify the success of the process, add a Message Box activity after the Start Human Activity and enter your ProcessId output variable in the Text property (e.g., "Process ID: " + processId).

操作完毕! 您的自动化流程现在可以运行了。
Next, let's test your Start Human Activity project by running the process and validating the results in your Appian platform.
测试“启动手动”活动
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).
-
Go to Applications and click the UiPath Sample Application link from the list of applications (this opens to the application objects).

-
From the UiPath Sample Application, click the Monitoring tab (this opens a list of your processes).
-
Select the Show process details check box (this shows the Process ID within the list of your processes).

-
Go to UiPath Studio and open the Appian automation project that you just created.
-
Click Run.

-
After the Start Human Activity runs, take note of the Process ID that is shown in the Message Box.

-
Verify the Start Human Activity process appears in the Appian monitoring list and the Process ID matches the Process ID from the Message Box.

操作完毕! 您已成功构建并测试了 Appian 自动化项目,验证您的连接是否已准备好执行更多操作。