process-mining
2021.10
true
- 发行说明
- 入门指南
- 安装
- 配置
- Server configuration
- 使用 Git 存储库
- 备份
- 关于遥测
- 集成
- 身份验证
- Working with Apps and Discovery Accelerators
- AppOne 菜单和仪表板
- AppOne 设置
- TemplateOne 1.0.0 菜单和仪表板
- TemplateOne 1.0.0 设置
- TemplateOne menus and dashboards
- TemplateOne 2021.4.0 设置
- Purchase to Pay Discovery Accelerator 菜单和仪表板
- 购买到付款 Discovery Accelerator 设置
- Order to cash Discovery Accelerator 菜单和仪表板
- “订单到现金” Discovery Accelerator 设置
- Basic Connector for AppOne
- SAP Connectors
- 适用于 AppOne 的 SAP 订单到现金连接器
- 适用于 AppOne 的 SAP 采购到付款连接器
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- 仪表板和图表
- 表格和表格项目
- 应用程序完整性
- How to ....
- 使用 SQL 连接器
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- 释放 SQL 连接器
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- 实用资源
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Process Mining 用户指南
上次更新日期 2026年5月20日
简介
UiPath Process Mining 的开发是通过协作完成的。为便于实现此目的并跟踪更改,我们使用了 Git。Git 服务器可由 UiPath Process Mining 的多个安装使用。
您可以通过两种方法合并 Git:
- 本地 Git 存储库,由 UiPath Process Mining 管理。
- 您自己管理的 Git 存储库。这可以是您自己的 Git 服务器,也可以是 GitHub 存储库。
备注:
无论您选择使用哪个 Git 存储库,都应确保仅通过UiPath Process Mining进行更改。手动执行 Git 操作(例如通过 Git 命令行工具)可能会干扰 UiPath Process Mining 的正常操作。
本地存储库
请按照以下步骤在 UiPath Process Mining 安装中使用本地存储库。
| 步骤 | 操作 |
|---|---|
| 1 | 在超级管理员页面上登录。 |
| 2 | 转到“设置”选项卡。 |
| 3 | 在存储库文本字段中,使用以下值: [{ "url": "mvlocal:upstream.git}] |
| 4 | 按 CTRL+S 键即可保存更改,重新加载页面后即可应用该更改。 |
用户名和密码
请按照以下步骤,通过用户名和密码使用 GitHub 帐户。
| 步骤 | 操作 |
|---|---|
| 1 | 转到“设置”选项卡。 |
| 2 | 在存储库文本字段中,使用以下值: [{"url": "https://github.com/username/repo.git", "user": "username", "pass": "password}] |
| 3 | 按 CTRL+S 键即可保存更改,重新加载页面后即可应用该更改。 |
隐藏密码
如果您不希望密码在设置中清晰可见,您还可以使用公钥和私钥对。您将需要访问服务器的文件系统。
请按照以下步骤使用公钥和私钥对。
| 步骤 | 操作 |
|---|---|
| 1 | 获取要使用的 GitHub 存储库的公钥和私钥。 |
| 2 | 将它们放置在 PLATFORMDIR 中的数据库目录中。建议将其放置在子目录中,例如,分别存放私钥和公钥: <PLATFORMDIR>\databases\keys\keyfile.txt <PLATFORMDIR>\databases\keys\keyfile.pub.txt |
| 3 | 转到“设置”选项卡。 |
| 4 | 在存储库文本字段中,使用以下值: [{"url": "[email protected]:username/repo.git", "privkey_file": "keys/keyfile.txt", "pubkey_file": "keys/keyfile.pub.txt}] |
| 5 | 按 CTRL+S 键即可保存更改,重新加载页面后即可应用该更改。 |
Git 服务器已连接到 UiPath Process Mining。您的开发者可以开始提交和协作了。