Attribute Name |
Attribute Definition |
Logical Datatype |
Is Required |
Scheduled Task Run Id |
The automatically generated primary key of the Scheduled Task Run table. |
LONG |
Yes |
Scheduled Task Id |
A Foreign Key to the Scheduled Task table. |
LONG |
Yes |
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 |
Detail Status |
The name of the Scheduled Task Run. |
VARCHAR(255) |
No |
Status Change Date |
The date that the Scheduled Task Run was created. |
DATE |
Yes |
Scheduled Run Date |
  |
DATE |
No |