transport_task_state_item_detail_id | int64 | Synthetic key: numeric concatenation of transport_task_id and the item index (lakehouse-specific id). |
transport_task_main_detail_id | int64 | Parent transport task id (transport_tasks.id). |
tenancy_id | int64 | Tenant id (organizational unit / department; tenancies.id) for the task. |
business_group_id | int64 | Business group id (via tenant → company). |
index | int64 | Item order within the task (TransportTaskStateItem index). |
programming_waste_id | int64 | Waste id referenced on the transport content (programming). |
programming_packing_id | int64 | Transporter packing id (programming). |
justification_waste_id | int64 | Waste id (justification). |
justification_packing_id | int64 | Packing id (justification). |
not_execution_waste_id | int64 | Waste id (not execution). |
not_execution_packing_id | int64 | Packing id (not execution). |
solicitation_waste_id | int64 | Waste id (solicitation). |
solicitation_packing_id | int64 | Packing id (solicitation). |
confirmation_waste_id | int64 | Waste id (confirmation). |
confirmation_packing_id | int64 | Packing id (confirmation). |
item_current_state | string | Task current state type at build time (mirrors the task’s current state). |
deviation | string | Deviation in minutes between scheduled and actual times (capped at 24h in some cases); see getItemDeviation in the DTO. |
justification_item_type | string | Justification type when the item state is Justification (justification_type). |
programming_address | string | Street line of the address on the state (programming). |
justification_address | string | Street line (justification). |
not_execution_address | string | Street line (not execution). |
solicitation_address | string | Street line (solicitation). |
confirmation_address | string | Street line (confirmation). |
justification_item_observation | string | Free-text note in the Justification state (observation). |
not_execution_justification | string | Note when the state is Not execution (observation). |
programming_packing_quantity | double | Packing quantity (programming). |
programming_packing_tare_weight | double | Packing tare weight in kg (programming). |
programming_waste_quantity | double | Waste quantity in the content unit (programming). |
programming_waste_kg_quantity | double | Waste quantity in kg (programming). |
programming_waste_gross_quantity | double | Gross waste quantity (programming). |
justification_packing_quantity | double | Packing quantity (justification). |
justification_packing_tare_weight | double | Packing tare weight (justification). |
justification_waste_quantity | double | Waste quantity (justification). |
justification_waste_kg_quantity | double | Waste quantity in kg (justification). |
justification_waste_gross_quantity | double | Gross waste quantity (justification). |
not_execution_packing_quantity | double | Packing quantity (not execution). |
not_execution_packing_tare_weight | double | Tare weight (not execution). |
not_execution_waste_quantity | double | Waste quantity (not execution). |
not_execution_waste_kg_quantity | double | Waste quantity in kg (not execution). |
not_execution_waste_gross_quantity | double | Gross waste quantity (not execution). |
solicitation_packing_quantity | double | Packing quantity (solicitation). |
solicitation_packing_tare_weight | double | Tare weight (solicitation). |
solicitation_waste_quantity | double | Waste quantity (solicitation). |
solicitation_waste_kg_quantity | double | Waste quantity in kg (solicitation). |
solicitation_waste_gross_quantity | double | Gross waste quantity (solicitation). |
confirmation_packing_quantity | double | Packing quantity (confirmation). |
confirmation_packing_tare_weight | double | Tare weight (confirmation). |
confirmation_waste_quantity | double | Waste quantity (confirmation). |
confirmation_waste_kg_quantity | double | Waste quantity in kg (confirmation). |
confirmation_waste_gross_quantity | double | Gross waste quantity (confirmation). |
is_not_executed | boolean | true when the line justification is not executed. |
programming_date | dateTime | State executed-at timestamp (programming). |
justification_date | dateTime | State executed-at (justification). |
not_execution_date | dateTime | State executed-at (not execution). |
solicitation_date | dateTime | State executed-at (solicitation). |
confirmation_date | dateTime | State executed-at (confirmation). |
updated_at | dateTime | Last update of the task state (transport_task_states.updated_at) used for this row. |
deleted_at | dateTime | Soft delete of the task state (transport_task_states.deleted_at). |