process-mining
2024.10
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Process Mining 发行说明
上次更新日期 2026年5月4日
发布日期:2025 年 11 月 6 日
我们一直在不断努力改善您的UiPath™ Process Mining体验。虽然此版本没有带来重大更改,但我们提供了重要的安全更新。
CVE-2025-55315
此版本带来了用于解决 CVE-2025-55315 问题的安全更新。请访问UiPath 信任中心,了解更多信息。
应用程序模板
此版本的安全更新需要升级到较新版本的dbt 。在此版本中,从数据转换编辑器运行提取或数据运行时,可能会出现以下dbt弃用警告:
[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.`
备注:
对于新的流程应用程序,系统不会显示此警告消息。但是,该警告可能仍会出现在现有流程应用程序中。在这种情况下,请确保在新的arguments属性下指定测试的参数。示例:旧(已弃用):分配
- 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
请参阅官方 dbt 文档,了解通用测试弃用中的缺少参数属性,或了解更多信息以及如何解决此问题的详细说明。