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

Process Mining
上次更新日期 2025年11月6日
我们一直在不断努力改善您的UiPath™ Process Mining体验。虽然此版本没有带来重大更改,但我们提供了重要的安全更新。
应用程序模板
此版本的安全更新需要升级到较新版本的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.`备注:
请参阅官方 dbt 文档,了解通用测试弃用中的缺少参数属性,或了解更多信息以及如何解决此问题的详细说明。
对于新的流程应用程序,系统不会显示此警告消息。但是,该警告可能仍会出现在现有流程应用程序中。在这种情况下,请确保在新的
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