Job Details¶
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 the job.
Created At
 Creation date of the job.
Delete After
 Scheduled delete date of the job.
Started At
 Start date of job.
Completed At
 Completion 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. Can be one of the following values; Waiting, Processing, Error, Completed, Aborted.
Node
 The server name the agent is running on. When emakin is running on more than one server, it shows which server the problem is.
Job Log¶
Each job contains a log about detailed information of what is performed in the background. Each log line has an in log level like Debug, Information, Warning, Error.
Date
 Record date of job log.
Text
 Job log description.

Data¶
Additional data is displayed under this tab if provided. For example data for Task Evaluation job is like below:
Data¶
1 2 3 4 5  |  | 
-  
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 displays the relation with other jobs. Some jobs may create one or more additional job and graph displays as a tree graph.

- Workflow schedule task box represents the task of processing time.
 - Workflow task evaluate box represents the task of restart time.
 
Graph box colors are different for each state:
| State | Workflow Schedule Box Task Color  |  Workflow Task Box Evaluate Color  |  
|---|---|---|
| Waiting | Green | Blue | 
| Processing | Black | - | 
| Error | Green | Red | 
| Completed | Green | - | 
| Aborted | Green | Green |