- 入门指南
- 最佳实践
- 租户
- 操作
- 文件夹上下文
- 自动化
- 流程
- 作业
- 触发器
- 日志
- 监控
- 队列
- 资产
- 存储桶
- Orchestrator 测试
- 操作目录
- 配置文件
- 系统管理员
- 身份服务器
- 身份验证
- 其他配置
- 集成
- 传统机器人
- 故障排除
A process library describes a system of activities with a well-contoured business function, which makes them suitable for sharing and reusability. You can find a more detailed approach on the subject on the About Libraries page in our Studio guide.
在 Orchestrator 中,此功能表示所有文件都存储在一个集中的位置,即“库”页面,可通过从“包”页面中选择其选项卡来访问。从这里,库在团队和租户之间共享,任何具有访问权限的用户都可以使用。
Explicitly, on the Libraries page you can view and delete all the libraries that had been published from UiPath Studio, as well as those that were uploaded manually. There you can see the version of each package as well as release notes for each version if any (should be added in Studio in order to better keep track of changes between versions).
库订阅源
使用 v3 订阅源 URL 会导致包出现几个显示问题。
- 包的发布日期不正确。
- 对于 MyGet 提要,包的总数比上传到提要的实际包数要多得多。
租户订阅源
库在租户级别隔离,这意味着数据在租户之间是分离的。
At the tenant level, libraries either published from Studio or manually uploaded by the user are stored within the chosen feed. See here how to choose and configure your feed at the tenant level.
请注意,您在这方面需要库的“查看”和“编辑”权限。
主机订阅源
整个 Orchestrator 实例的“库”页面相同,这意味着库在租户级别不是孤立的:每个租户都可以访问其他租户的活动。如果尚未明确选择租户订阅源,则租户默认使用主机订阅源。
At the host level, libraries are stored within the host feed and are available to all tenants which use the host feed. You may configure whether you allow tenants to upload libraries into the host feed using the corresponding check box on the Settings page. See here how to choose and configure your feed at the host level.
The Host feed is disabled for Cloud Platform Orchestrator tenants. To share libraries between tenants, you can use a custom feed such as MyGet. Read more about the Activities feeds .
库权限
要在“库”页面上执行各种操作,需要获得对库的相应权限:
- “查看”- 下载库并查看与库相关的任何详细信息;
- “创建”- 上传库。
Read more about roles.