- リリース ノート
- はじめる前に
- アクセス権を管理する
- 基本情報
- Integrations
- プロセス アプリを使用する
- アプリを作成する
- データを読み込む
- データ変換中
- プロセス アプリをカスタマイズする
- プロセス アプリをパブリッシュする
- アプリ テンプレート
- 通知
- その他のリソース

Process Mining
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.
抽出ジョブを作成するには以下の手順に従います。
- 新しい CData Sync ジョブを作成します。
- [Name] フィールドに、ジョブのわかりやすい名前を入力します。たとえば、ServiceNow_to_AzureBlob や ServiceNow_to_SQLServer です。
- 「ソース接続を設定する」で作成したソース接続を [Source] リストから選択します。
- 「宛先の接続を作成する」で作成した AzureBlob 接続を [Destination] リストから選択します。
- [Replication Type] として [Standard] オプションが選択されていることを確認し、[Add Job] をクリックします。
-
[Task] タブに移動して [Add Tasks] を選択します。[Custom Query] オプションを有効化します。
- アプリ テンプレートに対するレプリケーション クエリを使用してカスタム クエリを作成し、[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.
- [Overview] タブでジョブの [Settings] を編集します。[Parallel Processing] チェックボックスをオンにし、[Worker Pool] フィールドに「
8
」と入力して読み込み速度を向上させます。 - [Incremental Replication] を設定し、[Replicate Interval] と [Replicate Interval Unit] によって、結果の期間が抽出期間以上の長さに設定されることを確認します。たとえば、1 年分のデータを抽出する場合、[Replicate Interval] と [Replicate Interval Unit] で少なくとも 1 年の期間を反映する必要があります。
- [Settings] パネルの [Advanced] タブに移動し、[Replicate Options] を編集します。[Drop Table] を有効化して、データがテーブルに追加されないようにします。
- [詳細設定] タブで、[挿入モード] を [単一ファイル] に設定します。
- 変更を保存します。
-
[Job Settings] パネルの [Events] タブに移動します。
-
[ Post-Job Event ] セクションを編集し、コード ブロックから実行 API 呼び出しを追加します。必ず "http.url" の
value
を置き換えてくださいを end of upload API に置き換えます。Refer to Retrieving the credentials for the Azure blob storage.<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"/> -
変更を保存します。
-
[Jobs] を選択し、宛先のジョブを見つけます。
-
ジョブを実行して、ジョブが正しく実行されるかどうかを確認します。
ステートメントを追加して、API 呼び出しのログ情報を取得できます。次の手順を実行します。
- Post -Job イベントで追加した行 の間に 、次のステートメントを追加します。
<api:set attr="http.verbosity" value="5"/>
<api:set attr="http.logfile" value="D:/mydir/cdata_log.txt"/>
-
[Overview] タブでジョブの [Settings] を編集し、[Logfile Verbosity] リスト ボックスから [Verbose] を選択します。
- ジョブを実行し、作成されたログ ファイルを確認します。