Field | Nullable | Data type | Constraint | Description |
---|
ID | NOT NULL | NUMERIC | Primary Key | |
SCHEDULER_ID | NOT NULL | VARCHAR | | corresponds to SCHEDULER_ORDER_HISTORY.SCHEDULER_ID
|
HISTORY_ID | NOT NULL | NUMERIC | | corresponds to SCHEDULER_ORDER_HISTORY.HISTORY_ID |
TRIGGER_ID | NOT NULL | NUMERIC | Foreign Key | references REPORT_TRIGGERS.ID |
START_CAUSE | NOT NULL | VARCHAR | | references SCHEDULER_HISTORY.CAUSE of the first step for the value order check the start cause given in INVENTORY_JOB_CHAINS.START_CAUSE |
STEPS | NOT NULL | NUMERIC | | specifies the number of job steps that have been executed |
ERROR | NOT NULL | NUMERIC | | specifies if an error occurred |
ERROR_CODE | NULL | VARCHAR | | JobScheduler error code |
ERROR_TEXT | NULL | VARCHAR | | error message |
CREATED | NOT NULL | DATETIME | | timestamp of record creation |
MODIFIED | NOT NULL | DATETIME | | timestamp of record modification |