Skip to content

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.

job_details.png

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.

background_job_log.png

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
<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 displays the relation with other jobs. Some jobs may create one or more additional job and graph displays as a tree graph.

job_graph.png

  • 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