process-mining
2024.10
true
- リリース ノート
- はじめる前に
- 基本情報
- Integrations
- プロセス アプリを使用する
- アプリを作成する
- データを読み込む
- データ変換中
- ダッシュボードをカスタマイズする
- ダッシュボードをパブリッシュする
- アプリ テンプレート
- 通知
- その他のリソース
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Process Mining
最終更新日時 2025年11月6日
We are constantly striving to improve your UiPath® Process Mining experience. While this release brings no major changes, we included important security updates.
CVE-2025-55315
This release brings security updates to address CVE-2025-55315. Refer to the UiPath Trust Center for more information.
アプリ テンプレート
The security updates for this release required upgrading to a newer version of dbt. In this version, the following dbt deprecation warning may appear when running an ingestion or data run from the Data transformations editor:[MissingArgumentsPropertyInGenericTestDeprecation]: Deprecated functionality
Found top-level arguments to test `pm_utils.<function-name>`. Arguments to generic
tests should be nested under the `arguments` property.`[MissingArgumentsPropertyInGenericTestDeprecation]: Deprecated functionality
Found top-level arguments to test `pm_utils.<function-name>`. Arguments to generic
tests should be nested under the `arguments` property.`注:
Refer to the official dbt documentation on MissingArgumentsPropertyInGenericTestDeprecation or more information and a detailed description of how to resolve this issue.
For new process apps, this warning message will not be displayed. However, the warning may still appear in existing process apps. In such cases, make sure that arguments to tests are specified under the new
arguments property.
例:
Old (deprecated): New (corrected):
- pm_utils.not_null:
severity: warn- pm_utils.not_null:
severity: warn- pm_utils.not_null:
arguments:
severity: warn- pm_utils.not_null:
arguments:
severity: warn