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

Marketplace 用户指南
如何创建活动

简介
活动是流程自动化的构建块。每个活动都包含一个最小操作,该最小操作与其他活动堆叠在一起构成工作流。
UiPath Studio includes a number of premade activities that you can install through the Package Manager.
以下步骤将为您在 5 分钟内构建自定义活动奠定基础。 在本节中,我们将创建一个活动包,并在下一节中为该包填充功能活动。
需要满足的条件
- Visual Studio 社区版/专业版/企业版(需要升级到 2019 年)
- UiPath Studio
步骤
- Add the UiPath Activity Creator Extension to Visual Studio
Open Visual Studio and click Extensions > Manage Extensions.

In the wizard that appears, click Online and then Search (Ctrl+E) for UiPath. Download the UiPath Activity Creator extension.

Close Visual Studio and, once the VSIX Installer appears, complete the installation.

- Create a UiPath Project
Reopen Visual Studio and double-click Create a new project on the home screen.

On the Create a new project screen, type "uipath" in the search bar, select UiPath Standard Activity Project, and click Next.

Give your project a name. The UiPath convention is <Your company's name>.<Your product's name> (e.g. UiPath.Orchestrator). Then click Create.

Navigate to the Solution Explorer and notice that 3 projects, a Shared folder, and many files have now been added to solution. This is the foundation of every activity package. Continue to the next section to add your first activity.
