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

Process Mining
上次更新日期 2025年6月11日
数据桥代理
DataBridgeAgent is a standalone package that can be used to extract data from your source system to the blob storage for use in Process Mining Automation Suite. It contains the Process Mining on-premises (stand-alone) build and the on-premises
.mvp
connector used to prepare the dataset. Currently, the following on-premises .mvp
connectors are included in DataBridgeAgent:
- 用于“购买到付款”发现加速器的 SAP 连接器;请参阅将数据桥代理与用于“购买到付款”发现加速器的 SAP 连接器结合使用。
- 用于“订单到现金”发现加速器的 SAP 连接器;请参阅将数据桥代理与用于“订单到现金”发现加速器的 SAP 连接器结合使用。
如果要使用自己的自定义
.mvp
连接器,可以将其添加到数据桥代理中。在这种情况下,您需要配置数据桥代理以与连接器一起使用。请参阅将自定义连接器添加到数据桥代理。
重要提示:
DataBridgeAgent 自动将输入字段名称转换为小写字母,并将特殊字符转换为下划线。 如果您使用数据 桥代理 加载数据,请确保编辑流程应用程序的转换,并将 所有 输入字段设置为小写。 例如:
{{ pm_utils.to_varchar('Cases_base_raw."Case_ID"') }} 为 "Case_ID",必须更改为
{{ pm_utils.to_varchar('Cases_base_raw."case_id"') }} as "Case_ID", .