UiPath Documentation
marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 1. Apr. 2026

Entwicklungsrichtlinien

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. Benennung

  • Aktivitätspakete müssen in einem der folgenden Formate benannt werden:
    • Company.Product.Activities (z. B. UiPath.Orchestrator.Activities)
    • Company.Product.Feature.Activities (z. B. UiPath.Orchestrator.Webhooks.Activities)
  • The UiPath namespace is reserved for packages created by UiPath Inc. and may not be used by outside developers.
  • Bereiche (Scopes) sollen den Namen des Unternehmens oder Produkts beinhalten (z. B. verwenden Sie UiPath Scope statt Application Scope).
  • Die Kategorie im Aktivitätsbereich von Studio sollte Company Name > Product Name > Feature Name sein (z. B UiPath > Studio > Klicken).

2. Abhängigkeiten

  • 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. Symbole

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

    docs image

  • Jede Aktivität muss ein Symbol haben.

See here for instructions on adding icons to your activities.

4. Lizenz

  • 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. Beschreibungen

  • 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

  • Jede Eigenschaft/jedes Argument in einer Aktivität muss eine Beschreibung haben.

    docs image

  • Beschreibungen zu den Feldern benutzerdefinierter Klassen sind ebenfalls nützlich, aber nicht erforderlich.

6. Sonstiges

  • Die stabile Version von UiPath Studio zum Zeitpunkt der Veröffentlichung muss unterstützt werden.
  • Eine Internationalisierung ist zu bevorzugen, aber nicht erforderlich.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben