Footprints Data Model |
Table |
Table Name | Scheduled Task Status |
Table Definition | The run status enumeration. Choices include Scheduled, In Progress, Completed, Completed with Errors. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Scheduled Task Status Id | The unique identifier for an instance of Scheduled Task Status. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. | INTEGER | Yes |
Scheduled Task Status Name | The unique string identifier for an instance of Scheduled Task Status. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. | VARCHAR(255) | Yes |