A dispatch status shows the current status of a booking in the represented workflow.
Possible examples: the truck has arrived, is being loaded, has left the yard.
This is displayed in the front-end applications with color codes.
Attribute | Description | Type (Length) | Example | Mandatory |
---|---|---|---|---|
qualifier | Dispatch status qualifier | CHAR(50) | dispatch.status.arrival | True |
value | Timestamp of the placed status An empty value indicates that the status has not been set | CHAR(29) | 2021-06-08T14:07:25+02:00 | False |
The list of qualifiers and their order depends on the actual business processes. It is therefore agreed with the responsible project manager.