UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年4月1日

開発ガイドライン

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. 命名

  • アクティビティ パッケージには、以下のいずれかの形式で名前を付ける必要があります。
    • Company.Product.Activities (例: UiPath.Orchestrator.Activities)
    • Company.Product.Feature.Activities (例:UiPath.Orchestrator.Webhooks.Activities)
  • UiPath 名前空間は UiPath Inc. が作成したパッケージに対して予約され、外部の開発者が使用することはできません
  • スコープには企業名または製品名を含める必要があります (例: 「アプリケーション スコープ」ではなく「UiPath スコープ」を使用)。
  • Studio のアクティビティ パネルのカテゴリが Company Name > Product Name > Feature Name である必要があります (例: UiPath > Studio > Click)。

2. 依存関係

  • 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. アイコン

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

    docs image

  • 各アクティビティにはアイコンが必要です。

See here for instructions on adding icons to your activities.

4. ライセンス

  • 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. 説明

  • 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

  • アクティビティ内の各プロパティ/引数には説明が必要です。

    docs image

  • カスタム クラスのフィールドに関する説明も役立ちますが、必須ではありません。

6. その他

  • リリース時の安定したバージョンの UiPath Studio がサポートされている必要があります。
  • 国際化が望まれますが、必須ではありません。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得