process-mining
2022.10
false
- 发行说明
- 在开始之前
- 入门指南
- 管理访问权限
- 使用流程应用程序
- 创建流程应用程序
- 正在加载数据
- 上传数据
- Retrieving the SQL Server database parameters
- 设置 SQL Server 帐户以使用提取程序上传数据
- Loading data using Theobald Xtract Universal
- 自定义流程应用程序
- 数据转换
- TemplateOne 应用程序模板
- “购买到付款”应用程序模板
- “订单到现金”应用模板
- Basic troubleshooting guide
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Process Mining
上次更新日期 2025年11月6日
请按照以下步骤检索 SQL Server 数据库设置凭据。
- Go to the Process Mining portal in Process Mining (Automation Suite).
- Creating a new process app, or Uploading data if you want to upload data for a published process app, and select Upload data using an extractor in the Data source step.
- 打开文本编辑器,例如记事本。
-
从“使用提取程序上传数据”页面复制 SQL Server 数据库参数,并将参数粘贴到记事本文件中。
(单击
将参数复制到剪贴板。)
SQL Server 身份验证
When using SQL Server Authentication, the username and password of the SQL Server user that has access to the Process Mining process app also must be provided. Check out Setting up a SQL Server account for data upload using an extractor.
要使用提取程序加载数据,您需要获取 API URL。请按照此步骤检索 API URL。
-
Copy the url of the Upload data using an extractor page.
步骤
操作
1
Copy the url of the Upload data using an extractor page.
URL 采用以下格式:
https:/<server>/<org>/<tenant>/processMining_/apps/<appid>/extractor如果使用此 URL,则 API URL 将为:
https:/<server>/<org>/<tenant>/processMining_/api/v2/apps/<appid>/transform/unauthenticated示例
When the url of the of the Upload data using an extractor page is:
https:/uipath_server.com/default/defaulttenant/processMining_/apps/be6ad2d6-04b5-4dd8-aafb-bb0a1e3a7a45/extractor the API url that should be used is https:/uipath_server.com/default/defaulttenant/processMining_/api/v2/apps/be6ad2d6-04b5-4dd8-aafb-bb0a1e3a7a45/transform/unauthenticated