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

Process Mining

最終更新日時 2025年9月4日

ジョブを作成する

重要:

The input data must meet the format as required for the app template you are using to create your process app. Refer to App Templates for details.

抽出ジョブを作成するには以下の手順に従います。

  1. 新しい CData Sync ジョブを作成します。
  2. [Name] フィールドに、ジョブのわかりやすい名前を入力します。たとえば、ServiceNow_to_AzureBlobServiceNow_to_SQLServer です。
  3. ソース接続を設定する」で作成したソース接続を [Source] リストから選択します。
  4. 宛先の接続を作成する」で作成した AzureBlob 接続を [Destination] リストから選択します。
  5. [Replication Type] として [Standard] オプションが選択されていることを確認し、[Add Job] をクリックします。
  6. [Task] タブに移動して [Add Tasks] を選択します。[Custom Query] オプションを有効化します。

  7. アプリ テンプレートに対するレプリケーション クエリを使用してカスタム クエリを作成し、[Add Tasks] を選択します。
    ヒント:

    You can copy the replication queries from the documentation for you app template that can be accessed from the list of App templates. Refer to App Templates.

  8. [Overview] タブでジョブの [Settings] を編集します。[Parallel Processing] チェックボックスをオンにし、[Worker Pool] フィールドに「8」と入力して読み込み速度を向上させます。
  9. [Incremental Replication] を設定し、[Replicate Interval][Replicate Interval Unit] によって、結果の期間が抽出期間以上の長さに設定されることを確認します。たとえば、1 年分のデータを抽出する場合、[Replicate Interval][Replicate Interval Unit] で少なくとも 1 年の期間を反映する必要があります。
  10. [Settings] パネルの [Advanced] タブに移動し、[Replicate Options] を編集します。[Drop Table] を有効化して、データがテーブルに追加されないようにします。
  11. [詳細設定] タブで、[挿入モード] を [単一ファイル] に設定します。
  12. 変更を保存します。

データ実行 API を呼び出す

post-job イベントを編集してデータ実行 API を呼び出すには、以下の手順に従います。
  1. [Job Settings] パネルの [Events] タブに移動します。

  2. [ Post-Job Event ] セクションを編集し、コード ブロックから実行 API 呼び出しを追加します。必ず "http.url" の value を置き換えてくださいを end of upload API に置き換えます。
    <api:set attr="http.url" value="https://my-uipath-server.com/default/defaulttenant/processMining_/api/v4.0/apps/98dfd1d5-9e42-4f0e-9a0a-8945629f01b3/transform/unauthenticated"/> 
    <api:call op="httpPost" in="http"/><api:set attr="http.url" value="https://my-uipath-server.com/default/defaulttenant/processMining_/api/v4.0/apps/98dfd1d5-9e42-4f0e-9a0a-8945629f01b3/transform/unauthenticated"/> 
    <api:call op="httpPost" in="http"/>
    Refer to Retrieving the credentials for the Azure blob storage.
  3. 変更を保存します。

  4. [Jobs] を選択し、宛先のジョブを見つけます。

  5. ジョブを実行して、ジョブが正しく実行されるかどうかを確認します。

ログ情報

ステートメントを追加して、API 呼び出しのログ情報を取得できます。次の手順を実行します。

  1. Post -Job イベントで追加した行 の間に 、次のステートメントを追加します。

    <api:set attr="http.verbosity" value="5"/>

    <api:set attr="http.logfile" value="D:/mydir/cdata_log.txt"/>

  2. [Overview] タブでジョブの [Settings] を編集し、[Logfile Verbosity] リスト ボックスから [Verbose] を選択します。

  3. ジョブを実行し、作成されたログ ファイルを確認します。
  • データ実行 API を呼び出す
  • ログ情報

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.