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

Diretrizes de desenvolvimento

For more information related to the process of integrating with UiPath, please access the FAQ at this link.

With respect to development guidelines, please find below the standards for creating a custom activity for the UiPath platform. For reference, the current UiPath integrations are accessible here.

1. Nomenclatura

  • Os pacotes de atividades devem ser nomeados com um dos seguintes formatos:
    • Company.Product.Activities (por exemplo, UiPath.Orchestrator.Activities)
    • Company.Product.Feature.Activities (por exemplo, UiPath.Orchestrator.Webhooks.Activities)
  • The UiPath namespace is reserved for packages created by UiPath Inc. and may not be used by outside developers.
  • Os escopos precisam incluir o nome da empresa ou do produto (por exemplo, Use o UiPath Scope em vez do Application Scope).
  • A categoria no painel de atividades do Studio deve ser Company Name > Product Name > Feature Name (por exemplo, UiPath > Studio > Click).

2. Dependências

  • Must be referenced in the Dependencies section of the NuGet package. This can be easily done in Nuget Package Explorer or in the packages.config file. In order to keep package sizes to a minimum, do not include dependency DLLs within the package itself unless necessary.

    Dependencies section in NuGet Package Explorer

    Dependencies section in the packages.config file

  • Use exact package versions (that is, 1.0.6 not >1.0.6)

3. Ícones

  • The package must have an icon. This may be done via Nuget Package Explorer or directly in the .nuspec file.

    docs image

  • Cada atividade deve ter um ícone.

See here for instructions on adding icons to your activities.

4. Licença

  • The package must contain a license and require acceptance of that license. Apache 2.0 is the default and can be found here. This may be done in Nuget Package Explorer or directly in the .nuspec file.

    docs image

    docs image

5. Descrições

  • A summary description must be added to the package, either through Nuget Package Explorer or directly in the .nuspec file.

    docs image

    docs image

  • Each activity in the package must have a summary description. This may be added in the DesignerMetadata.cs file. See here for instructions on how to do so.

    docs image

  • Cada propriedade/argumento dentro de uma atividade deve ter uma descrição.

    docs image

  • As descrições nos campos de classes personalizadas também são úteis, mas não são obrigatórias.

6. Diversos

  • A versão estável do UiPath Studio no momento do lançamento deve ser suportada.
  • A internacionalização é preferível, mas não obrigatória.

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