UiPath Documentation
marketplace
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Marketplace 用户指南

上次更新日期 2026年4月1日

如何创建活动

docs image

简介

活动是流程自动化的构建块。每个活动都包含一个最小操作,该最小操作与其他活动堆叠在一起构成工作流。

UiPath Studio includes a number of premade activities that you can install through the Package Manager.

以下步骤将为您在 5 分钟内构建自定义活动奠定基础。 在本节中,我们将创建一个活动包,并在下一节中为该包填充功能活动。

需要满足的条件

步骤

  1. Add the UiPath Activity Creator Extension to Visual Studio

Open Visual Studio and click Extensions > Manage Extensions.

docs image

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

docs image

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

docs image

  1. Create a UiPath Project

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

docs image

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

docs image

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

docs image

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.

docs image

  • 简介
  • 需要满足的条件
  • 步骤

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新