NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
from_job_status_id

Foreign key of the status a job transitions from.

globally unique identifier
to_job_status_id

Foreign key of the status a job transitions to.

globally unique identifier
sys_logical_delete

Soft-delete flag: when true, this transition is considered deleted, optimizing synchronization (can be physically deleted offline).

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date