文件夹是一个存储区域,可帮助您将项目分开。用于对自动化及其内部实体,以及整个组织内的人员进行持续的细化控制。
租户资源和文件夹资源
文件夹具有自己的 Orchestrator 资源,这些资源位于每个特定的文件夹中。还有在租户级别创建的全局资源,并且这些资源在各个文件夹中都可用。
Tenant Resources | Folder Resources |
---|---|
Robots Folders Manage Access Machines Packages Libraries ML Skills ML Logs Audit Credential Stores Webhooks Licenses Alerts | Subfolders Processes Jobs Execution Media Triggers Logs Monitoring Queues Transactions Assets Storage Buckets Storage Files Folder Packages Actions Test Case Execution Artifacts Test Data Queue Items Test Data Queues Test Set Executions Test Sets Test Set Schedules |
这些实体可以包含在分层结构的多个文件夹中,或者特定于每个文件夹或子文件夹。在 Orchestrator 中仅可见活动文件夹中可用的文件。切换活动文件夹还将更新在 Orchestrator 中可见的实体及其内容。
文件夹程序包
根文件夹可以配置专用的包订阅源,在这种情况下,包是特定于文件夹的资源,这意味着它们是分开存储的,并且仅在已发布到的文件夹中可用。
带有专用包订阅源的文件夹在文件夹名称下方标有“文件夹包”标签。

文件夹访问
To manage the access an account has in a folder, assign one or several folder roles that include the necessary Folder Permissions for each of the folder-level resources listed in Tenant and Folder Resources.
Although some roles are Mixed roles by default, you can only use permissions of a single type - Tenant or Folder permissions - in any role custom roles you create.
Depending on the access level you wish to grant, a combination of multiple roles is often required. Learn more about Orchestrator's access control model in About Managing User Access.
子文件夹访问权限
文件夹支持分层结构,其中每个第一级文件夹下最多可以有六个子文件夹。用户访问权限是从父文件夹继承的,因此您可以访问分配给该文件夹的所有子文件夹。
重要
为分配给超过 1,000 个文件夹的帐户加载“文件夹选择”菜单时,可能会出现性能下降和可能的错误。
跨文件夹工作
Using modern folders, your automation workflow, executed from one folder, can access resources in another folder using the Orchestrator Folder Path
parameter of the Orchestrator activities such as Get Asset.
Orchestrator Folder Path
参数支持相对文件夹路径,如下所示:
- 以
/
开头的路径 - 从环境文件夹所在的树的root
文件夹开始。 - 以
.
开头的路径 - 从环境文件夹开始。 - 以
..
开头的路径 - 路径中的每个..
表示在环境文件夹的层次结构中向上一层(例如../
表示向上一层,../../
表示向上两层)。
注意:如果您尝试访问的文件夹名称是根名称,则超出根文件夹会将您带到根文件夹,否则会失败。 例如,如果您的根文件夹名为 Finance,并且比环境文件夹高 2 级,则../../../Finance
路径有效,但../../../Accounting
路径失败。
请注意,不应包含尾随斜杠。
文件夹权限
两个权限集规定了与文件夹相关的帐户功能:“文件夹”和“子文件夹”。
Folders Permission | Subfolders Permission |
---|---|
Create / Edit / Delete First Level Folders Assign accounts to folders | Create / Edit / Delete Subfolders Assign accounts to folders |
文件夹包权限集控制对文件夹包的访问。
大约一年前更新