| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the job status |
string | |
| sequence |
Order in which this status should be displayed relative to other statuses. |
integer | |
| color_text |
Display color (e.g. hex code) used to render this status in the UI. |
string | |
| system_job_status_id |
Foreign key of the built-in system status (e.g. Completed, Cancelled) this custom status maps to for workflow logic. |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| archived |
archived flag |
boolean | |
| is_isolated_workflow |
Indicates this status belongs to an isolated workflow, not reachable from/to statuses of other workflows. |
boolean |