Structure & Access
Requence is organized hierarchically. Each level can contain its own task templates, schemas, and services:
- User Space — every user has a personal space with their own resources
- Organization — each user belongs to an organization
- Groups — an organization can have multiple groups
- Projects — a group can have multiple projects
Users can have different access rights at each level.
Inheritance
Section titled “Inheritance”Resources flow downward through the hierarchy. Entities (schemas, task templates, services, variables) created at a higher level are available to all levels below:
- Organization entities can be used in any of its groups and their projects
- Group entities can be used in any of its projects
The User Space is an exception — it is fully isolated and does not inherit from or contribute to any other level.
Where the same name exists at more than one level — a variable key, for instance — the nearest level wins: a project’s own value shadows the one it would otherwise inherit.