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

Marketplace ユーザー ガイド

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

ジョブを開始 - Specific

Before reviewing the example, it's recommended that you first read the How to Start a Job tutorial.

以下の例は、ユーザーがジョブの [ストラテジ] として [特定] を選択し、要求に含める入力引数を追加した場合にジョブ テンプレートがどうなるかを示しています。

この例では、このテンプレートを呼び出すイベントは新規インシデントの作成です。テンプレートの呼び出しについては、アプリケーション独自の方法が定義されますが、この例では説明していません。

動作のしくみ

The following steps and images are an example of how the connector works from design time (that is, user inputs) to run time (that is, sending the HTTP request).

  1. ジョブ テンプレートの名前を入力します。
    • この名前はアプリケーション内で使用され、アプリケーションで発生するイベントに応じて異なるジョブを開始する場合に固有の ID として機能します。
  2. 開始するプロセスの名前を入力します。
    • After entering the process name, the connector sends a request the Releases endpoint to retrieve all of the process Environments.
    • The system processes the response and populates the Environment drop-down list with the EnvironmentName values and the Input button becomes required because there are required input Arguments (that is, "Input": "[{\"name\":\"IncidentId\",...\"required\":true,\"...).
  3. ジョブを開始するロボット グループを選択します。
  4. Select the Strategy that you want to apply to the job (that is, Specific).
    • [特定] を選択すると、UI に [ロボット] ドロップダウン リストが表示されます。
    • To populate the Robot list, the system sends request to the Environments endpoint to retrieve all robots that are available in the previously selected Environment.
      • ロボット グループの選択肢を変更する場合、[ロボット] ドロップダウン リストが更新され、新たに選択したロボット グループにすべてのロボットが表示されます。
  5. [入力] をクリックします (アプリケーションに固有の選択/入力を含むウィンドウが開きます)。
    • [オブジェクト] から、ジョブ テンプレートと関連付けるアプリケーション オブジェクトを選択します (つまり、[インシデント])。
    • このジョブ テンプレートを呼び出すイベントの種類を選択します (つまり、[新しいインシデントの作成])。
    • 選択したオブジェクトに関連付けるフィールド データ (ジョブの入力引数値として含めるデータ) を選択します。
      • たとえば、[インシデント ID] を選択すると、ID 値がジョブの入力引数として含まれます。
      • [完了] をクリックします (ウィンドウが閉じます)。
  6. [保存] をクリックします。
    • When a new a new Incident is created in the application, the connector sends a request to the Jobs endpoint to start the specified process.

docs image

  • 動作のしくみ

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得