On this window you can see detailed information about the job. Details are listed under four tabs which are Details, Log, Data and Graph.
Details
Details tab displays the following properties of a job.
Work Type
Type name of job.
Created At
Create
Creation date of job.
Delete After
Scheduled delete date of job.
Started At
Start date of job.
...
Duration
Total duration of job.
Score
Priority score in processing queue. The bigger scored jobs gets processed with priority.
State
Current state of job.
Delete After
Scheduled delete date of job.
Log
List of job log operationsoperation details under two columns as Date and Text. Each line is categorised by its type which is specified by different icons and background colors.
Date
Job is time in the Record date of job log.
Text
Job is definition.log description.
Data
Additional data is displayed under this tab if provided. For example data for Task Evaluation job is like below:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<root>
<VersionId>7b410523-1cda-4ef5-a4f1-c8af064b0860</VersionId>
<PoolId>837f9054-d9cb-4756-86a7-0c615f980624</PoolId>
<TaskId>59060336-41e0-4b88-9a9b-f4d4f566a65f</TaskId>
</root> |
- VersionId is the version Id of process that the job is related to.
- PoolId is the Id of pool that the job is related to.
- TaskId is the Id of task that the job is related to.
Graph
Graph tab is the displays the relation with other jobs. Some jobs may create one or more additional job and graph displays as a tree graph.
...