Each triggered job, in any state is recorded by the system and various data is stored for each job to ensure traceability. Table 1 lists the data stored for each job.
Datum |
Description |
Job ID |
Unique ID of the job created by the system when the job is created |
Job type |
The type of the job |
Execution parameters |
The execution parameters that were applied to the job |
Owner |
The user who owns this job |
Status |
The status the job is currently in |
Last status change |
The point in time when the status of the job was last changed. |
Triggered at |
The point in time when the job was triggered |
Executed at |
The point in time when the job was first put into running state. |
Finished at |
The point in time when the job finished its execution |
Execution priority |
The execution priority of the job |
Thread scheduling priority |
The thread scheduling priority assigned to the job |
Progress |
Progress of the job in percent |
Job log |
Textual information about the processing of the job. |
Successor jobs |
Successor jobs of this job |
Table 1: Data stored by the Application Server for each triggered job