- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発

Marketplace ユーザー ガイド
クイックスタート
このガイドでは、UiPath サンプル アプリケーションをインストールして、Appian プラットフォームへの接続を検証する簡単なプロジェクトを構築する方法について説明します。
接続を検証するために、Appian アクティビティを使用して以下の操作を行うオートメーション シーケンスを構築します。
- Connect a user via the Appian Scope activity.
- Assign a task to a user via the Start Human Activity activity.
前提条件
Appian アクティビティを含むプロジェクトの構築を開始する前に、UiPath サンプル アプリケーションをダウンロードする必要があります。 このサンプル アプリには、Appian と UiPath 間の接続と操作を可能にする (他のオブジェクトも含む) サンプル プロセス モデルと Web API が含まれています。
-
Download the UiPath Sample Application.
- この .zip ファイルをインポートします。 ファイルを Appian プラットフォームに保存するため、簡単にアクセスできる場所に保存します。
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).

-
Go to Applications and click the Import button (this opens the Import Package window).

-
In the Import Package window, click the Upload button and select the .zip file that you saved in step 1.
-
Click the Inspect button to verify the package doesn't have errors.

-
After successful inspection, click the Import Package button.

これで完了です。 これで、UiPath サンプル アプリケーションを使用できる状態になりました。 次に、Appian アクティビティ パッケージを使用して新しいオートメーション プロジェクトを作成します。
手順
新しいプロジェクトを作成する
-
UiPath Studio を開きます。
-
Under New Project, click Process to create a new project (this opens a New Blank Process window).

-
プロジェクトの [名前]、[場所]、[説明] を入力します。
-
[Create] をクリックします。

You're done! Next, follow the steps below to add the Appian Activities Package to your project via Manage Packages.
Appian アクティビティ パッケージを追加する
-
In your new project, click Design at the top of the page.
-
Click Manage Packages (this opens the Manage Packages window).

-
Under All Packages, click Go! .
-
Search for "Appian" (the search results automatically return as you type).
-
Click UiPath.Appian.Activities in the results panel (this opens the package details panel in the right-hand side of the window).
-
[インストール] をクリックします。
-
Click Save (this opens a License Acceptance window).

-
Click I Accept in the License Acceptance window.

You're done! The Appian Activities package is now in your Activities > Available > Integrations > Appian.

次に、Appian の最初のオートメーション プロジェクトを構築します。
Appian のオートメーション プロジェクトを構築する
Appian Scope
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Appian Scope into the main Designer panel.
-
In the Designer panel, click the Appian Scope activity to open its Properties panel.

-
Enter the Server URL, Username, and Password for your Appian platform.

With the Appian Scope activity added, you're ready to add the Start Human Activity.
Start Human Activity
This activity starts a predefined process (template) that is included in the UiPath Sample Application to assign a task to a group or individual.
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Start Human Activity into the main Designer panel.
-
In the Designer panel, click the Start Human Activity activity to open its Properties panel.

-
Enter the GroupId or Username that you want to assign to the process.
- If you want to assign the process to a specific group of users, follow the steps below to locate the GroupId, otherwise enter a Username to assign it to an individual user.
-
In the Designer panel, click the search icon next to the property (this opens the Select Group wizard).
-
In the Select Group wizard, enter the ServerURL, Username, and Password that you used in the Appian Scope activity.
-
[接続] ボタンをクリックします。
-
Select the process from the list and click the Select button.


-
Create a
Stringoutput variable and enter it in the ProcessId property.
-
To help verify the success of the process, add a Message Box activity after the Start Human Activity and enter your ProcessId output variable in the Text property (e.g., "Process ID: " + processId).

これで完了です。 これで、オートメーション プロセスを実行する準備が整いました。
Next, let's test your Start Human Activity project by running the process and validating the results in your Appian platform.
人間の開始アクティビティをテストする
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).
-
Go to Applications and click the UiPath Sample Application link from the list of applications (this opens to the application objects).

-
From the UiPath Sample Application, click the Monitoring tab (this opens a list of your processes).
-
Select the Show process details check box (this shows the Process ID within the list of your processes).

-
Go to UiPath Studio and open the Appian automation project that you just created.
-
Click Run.

-
After the Start Human Activity runs, take note of the Process ID that is shown in the Message Box.

-
Verify the Start Human Activity process appears in the Appian monitoring list and the Process ID matches the Process ID from the Message Box.

これで完了です。 Appian のオートメーション プロジェクトが構築され、テスト済みであり、接続の検証は以上の準備が整いました。