marketplace
latest
false
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Guia do usuário do Marketplace

Última atualização 30 de mar de 2026

Quick start: the 5 minute activity set

Importante:

This document refers to a deprecated version of the UiPath Activity Creator for Visual Studio. Please see the new documentation here.

UiPath Activity Creator quick start overview

Introdução

Uma atividade é o bloco de construção da automação de processo. O UiPath Studio inclui Atividades Core integradas e outras atividades dedicadas (PDF, Email, Excel) que você pode instalar por meio do Gerenciador de Pacotes. Você pode ler o Guia de Atividades da UiPath para obter mais detalhes e exemplos, além de como Gerenciar Pacotes de Atividades. Além disso, você pode criar atividades personalizadas para automatizar melhor os processos com base em suas necessidades. As etapas abaixo darão a você a base para criar atividades personalizadas em 5 minutos.

O que você precisa

1) Adicione a extensão do UiPath Activity Criador ao Visual Studio

Open Visual Studio and click Extensions > Manage Extensions.

Visual Studio Extensions menu showing Manage Extensions option

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

Searching for and downloading the UiPath Activity Creator extension in Visual Studio

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

VSIX Installer completing the UiPath Activity Creator extension installation

2) Crie uma solução

Visual Studio organizes project files, settings, and build configurations into containers called Solutions. Go to File > New > Project (Ctrl+Shift+N) to create a new solution.

Visual Studio File menu showing New Project option

In the New Project wizard that comes up, select Other Project Types > Visual Studio Solutions > Blank Solution and click Next. Give the solution a name and click Create.

New Project wizard with Blank Solution selected

Solution name entry field in the New Project wizard

Observe que, no Explorador de Soluções, uma nova solução foi feita.

Solution Explorer showing the newly created blank solution

3) Adicione um novo projeto de atividade

Custom activities require a number of standard files organized in a specific way. Rather than add them all manually, right-click your solution in the Solution Explorer, and select Add > New Project.

Solution Explorer context menu showing Add New Project option

Within the wizard that comes up, search for uipath, select UiPath SDK Project, and give your activity set a name (the conventional format is <Company Name>.<Product Name>; UiPath.Orchestrator, for example).

New Project wizard with UiPath SDK Project template selected and activity set name entered

Observe que 3 projetos, uma Pasta compartilhada e muitos arquivos foram adicionados à sua solução.

Solution Explorer showing three projects, a Shared folder, and generated files after adding the UiPath SDK Project

4) Crie o conjunto de atividades

No Explorador de Soluções, clique com o botão direito do mouse na sua solução e selecione Recompilar Solução. Agora, você tem um conjunto útil de duas atividades.

Solution Explorer context menu with Rebuild Solution selected

5) Adicione as atividades ao Studio

Para usar suas atividades, o UiPath Studio precisa saber onde encontrá-las. Na Saída da compilação, anote o local do seu conjunto de atividades recém-criado. Ele estará na parte inferior depois de Successfully created package:.

Build output showing the successfully created activity set package path

Open UiPath Studio and navigate to the Package Manager's Settings. From here, tell Studio to look for new packages in the output folder copied from above. Once you click Add, you'll be able to see your new activity and import it into future workflows.

UiPath Studio Package Manager Settings with custom output folder added

Using your activities

Depois que o Studio estiver conectado à sua pasta de saída, adicione sua atividade ao fluxo de trabalho.

Adding the custom activity set to a workflow in UiPath Studio

Observe que uma nova categoria foi adicionada ao painel de Atividades.

Activities pane in UiPath Studio showing the new custom activity category

Pronto para usar, agora você tem duas atividades para usar: um Escopo pai e uma Atividade filho. Mais sobre eles por vir.

Parent Scope and Child Activity displayed in the UiPath Studio designer

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades