process-mining
2024.10
true
- 发行说明
- 在开始之前
- 入门指南
- 集成
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- Transforming data
- 自定义仪表板
- 发布仪表板
- 应用程序模板
- 通知
- 其他资源
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 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