Shuttle Task View
ShuttleTaskView
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
taskId | string | false | none | Task ID | |
taskStatus | string | false | none | Task Status | |
prioritize | boolean | false | none | Task Priority<br />Indicates whether this task has high priority<br />true: high priority task, processed first<br />false: normal priority task | |
equipmentType | string | false | none | Equipment Type | |
equipmentId | string | false | none | Equipment ID | |
fromLocationId | string | false | none | Source Location ID | |
toLocationId | string | false | none | Target Location ID | |
assigneeId | string | false | none | Task Assignee ID | |
createdTime | string | false | none | Create Time | |
updatedTime | string | false | none | Update Time | |
plannedStartTime | string | false | none | Planned Start Time | |
plannedEndTime | string | false | none | Planned End Time | |
taskStartTime | string | false | none | Actual Task Start Time | |
taskEndTime | string | false | none | Actual Task End Time | |
shuttleStartTime | string | false | none | Shuttle Start Time | |
shuttleEndTime | string | false | none | Shuttle End Time | |
shuttleBy | string | false | none | Shuttle Operator | |
notes | string | false | none | Additional Notes | |
photos | [string] | false | none | Photo List | |
exceptionType | string | false | none | Exception Type | |
exceptionReason | string | false | none | Exception Reason | |
cancelReason | string | false | none | Cancel Reason<br />The reason why the task was canceled when task status is CANCELED | |
equipmentBeforeUpdate | EquipmentVersionRecord | false | none | Equipment information before update | |
equipmentAfterUpdate | EquipmentVersionRecord | false | none | Equipment information after update | |
fromLocationName | string | false | none | Source Location Name | |
fromLocationGroupName | string | false | none | Source Location Group Name | |
toLocationName | string | false | none | Target Location Name | |
toLocationGroupName | string | false | none | Target Location Group Name | |
equipmentNo | string | false | none | Equipment Number | |
assigneeUserName | string | false | none | none | |
shuttleByName | string | false | none | none | |
equipmentCondition | string | false | none | none | |
isPinned | boolean | false | none | Is pinned<br />Whether the user has pinned this shuttle task, defaults to false | |
pinnedTime | string | false | none | Pinned Time<br />The time when the shuttle task was pinned, used for sorting pinned tasks |
Enum Values
Property | Value |
|---|---|
taskStatus | NEW |
taskStatus | IN_PROGRESS |
taskStatus | CLOSED |
taskStatus | FORCE_CLOSED |
taskStatus | CANCELED |
equipmentType | VEHICLE |
equipmentType | TRAILER |
equipmentType | CHASSIS |
equipmentType | CONTAINER |
equipmentType | FLATBED |
equipmentType | OTHER |
equipmentType | NO_EQUIPMENT |
exceptionType | EQUIPMENTNOTFOUND |
exceptionType | LOCATION_OCCUPIED |
exceptionType | TOLOCATIONMODIFY |
exceptionType | FORCE_CLOSE |
exceptionType | UPDATEEQUIPMENTINFORMATION |
equipmentCondition | UNKNOWN |
equipmentCondition | GOOD |
equipmentCondition | DAMAGED |