Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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
Creation date of job.

Delete After
Scheduled delete date of 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. 

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.

Log

List of job operation 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
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
<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. 


  • 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

WaitingGreenBlue
ProcessingBlack-
ErrorGreen

Red

CompletedGreen-
AbortedGreenGreen
  • No labels