Jet States
A Jet State represents a stage in a Jet's lifecycle (e.g. Draft, Running, Stopped). States are used in Jet Actions as from state, transit state, and to state. Each Jet has a current state; you change it by triggering an action or, with sufficient rights, by setting the state manually (e.g. from the Jet form or the state wizard).
They used when defining Jet Actions on a Jet Template (From State, Transit State, To State).
Access Rules
| Group | Action | Condition |
|---|---|---|
| User | R | Read access to Jet States |
| Manager | R | Read access to Jet States |
| Root | CRUD | Any record |
Info
CRUD stands for Create, Read, Update, Delete.
Setting a Jet to a state manually (e.g. via the state wizard or from the Jet form) requires the user's access level to be at least the state's Access Level. For example, a state with Access Level "Manager" can only be set by users with Manager or Root level.
Jet State Configuration
Jet States are managed under Settings > Jets > States (Cetmix Tower menu).
Fields
| Field | Description |
|---|---|
| Name | State name (e.g. "Running", "Stopped"). Shown on the Jet and in actions. |
| Reference | Used for automation and YAML export/import. Leave blank to generate automatically. (Often hidden.) |
| Sequence | Order of the state in lists (lower = higher). Draggable in the tree view. |
| Active | Inactive states are archived and hidden by default. |
| Color | Color used in the UI (e.g. kanban, tree). |
| Access Level | Minimum Access Level required to set a Jet to this state manually (User, Manager, or Root). Default is User. |
| Note | Optional notes (e.g. when to use this state). |
Deleting a state
A Jet State cannot be deleted if it is used in any Jet Action (as from, transit, or to state). Remove or update those actions first.
