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

Marketplace ユーザー ガイド

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

Quick start: the 5 minute activity set

重要:

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

Intro

アクティビティは、プロセス オートメーションの構成ブロックです。UiPath Studio には、組み込みの Core アクティビティと、パッケージ マネージャーを使用してインストールできるその他の専用アクティビティ (PDF、メール、Excel) があります。詳細と例については、『UiPath Activities ガイド』と、「アクティビティ パッケージを管理する」のページをご覧ください。また、カスタム アクティビティを作成して、ニーズに合わせてプロセスを自動化することができます。以下のステップを実行することで、カスタム アクティビティを構築するための基盤を 5 分で得られます。

必要なもの

1) Add the UiPath Activity Creator Extension to Visual Studio

Open Visual Studio and click Extensions > Manage Extensions.

Visual Studio Extensions menu showing Manage Extensions option

ウィザードが開くので、[オンライン] をクリックし、UiPath を [検索] (Ctrl+E) します。UiPath Activity Creator 拡張機能をダウンロードします。

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

Visual Studio を閉じ、VSIX インストーラーが表示されたら、インストールを完了します。

VSIX Installer completing the UiPath Activity Creator extension installation

2) ソリューションを作成する

Visual Studio はプロジェクト ファイル、設定、ビルド構成をソリューションという名前のコンテナーに整理します。[ファイル] > [新規作成] > [プロジェクト] (Ctrl+Shift+N) に移動して、新しいソリューションを作成します。

Visual Studio File menu showing New Project option

表示される [新しいプロジェクト] ウィザードで、[その他のプロジェクトの種類] > [Visual Studio ソリューション] > [空のソリューション] の順に選択し、[次へ] をクリックします。ソリューションに名前を付け、[作成] をクリックします。

New Project wizard with Blank Solution selected

Solution name entry field in the New Project wizard

[ソリューション エクスプローラー] に新しいソリューションが追加されます。

Solution Explorer showing the newly created blank solution

3) 新しいアクティビティ プロジェクトを追加する

カスタム アクティビティには、特定の方法で整理された標準のファイルが多数必要です。そのファイルをすべて手動で追加するのではなく、[ソリューション エクスプローラー] 内でソリューションを右クリックし、[追加] > [新しいプロジェクト] の順に選択します。

Solution Explorer context menu showing Add New Project option

表示されるウィザード内で uipath を検索します。UiPath SDK Project を選択し、アクティビティ セットに名前を付けます (通常は、「UiPath.Orchestrator」のように <Company Name>.<Product Name> の形式にします)。

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

3 つのプロジェクト、共有フォルダー、多数のファイルがソリューションに追加されます。

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

4) アクティビティ セットをビルドする

[ソリューション エクスプローラー] 内でソリューションを右クリックし、[リビルド] を選択します。これで、2 つのアクティビティのセットが機能します。

Solution Explorer context menu with Rebuild Solution selected

5) アクティビティを Studio に追加する

アクティビティを使用するには、UiPath Studio がアクティビティの場所を把握している必要がありますビルド出力で、新たに作成されたアクティビティ パッケージのパスをメモしてください。このパスは、画面下部にある Successfully created package: の後に表示されます。

Build output showing the successfully created activity set package path

UiPath Studio を開き、パッケージ マネージャーの [設定] に移動します。ここで、Studio での新しいパッケージの検索場所として、前のステップで記録しておいた出力フォルダーを指定します。[追加] をクリックすると新しいアクティビティ パッケージが表示され、今後作成するワークフローにインポートできるようになります。

UiPath Studio Package Manager Settings with custom output folder added

Using your activities

Studio が出力フォルダーに接続したら、アクティビティ セットをワークフローに追加します。

Adding the custom activity set to a workflow in UiPath Studio

[アクティビティ] パネルに新しいカテゴリが追加されます。

Activities pane in UiPath Studio showing the new custom activity category

これで、[Parent Application Scope] と [Child Activity] の 2 つのアクティビティが使えるようになりました。アクティビティは今後も追加していく予定です。

Parent Scope and Child Activity displayed in the UiPath Studio designer

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得