Chapter 23. Viewing Job Runs - Executions History

Executions History shows the history of all jobs that the Server has executed – transformation graphs, jobflows, and Data Profiler jobs. You can use it to find out why a job failed, see the parameters that were used for a specific run, and much more.

The table shows basic information about the job: Run ID, Job file, current status, and time of execution, as well as some useful links. You will also find additional details after clicking on the job name in the list – details such as associated log files, parameter values, tracking, and more.

Please note that some jobs might not appear in the Executions History list. These are jobs that have disabled persistency for increased performance – e.g. some Launch Services disable storing the run information in order to increase service responsiveness.

Filtering and ordering

Use the Filter panel to filter the view. By default, only parent tasks are shown (Show executions children) – e.g. master nodes in the Cluster and their workers are hidden by default.

Use the up and down arrows in the table header to sort the list. By default, the latest job is listed first.

Executions History - executions table

Figure 23.1. Executions History - executions table


When some job execution is selected in the table, the detail info is shown on the right side.

Table 23.1. Persistent run record attributes

AttributeDescription
Run IDA unique number identifying the run of the job. Server APIs usually return this number as a simple response to the execution request. It's useful as a parameter of subsequent calls for specification of the job execution.
Execution typeType of a job as recognized by the server. STANDALONE for ETL graph, JOBFLOW for Jobflow, PROFILER_JOB for profiler, MASTER for main record of partitioned execution in cluster, PARTITIONED_WORKER for worker record of partitioned execution in cluster
Parent run IDRun ID of the parent job. Typically Jobflow which executed this job, or master execution which encapsulates this worker execution.
Root run IDRun ID of the root parent job. Job execution which wasn't executed by another parent job.
Execution groupJobflow components may group sub-jobs using this attribute. See a description of Jobflow components for details.
Nested jobsIndication that this job execution has or has not any child execution.
NodeIn cluster mode shows ID of the cluster node which this execution was running on.
Executed byUser which executed the job. Either directly using some API/GUI or indirectly using the scheduling or event listeners.
SandboxSandbox containing a job file. For jobs which are sent together with an execution request, so the job file doesn't exist on the server site, it's set to "default" sandbox.
Job filePath to a job file, relative to the sandbox root. For jobs which are sent together with an execution request, so the job file doesn't exist on the server site, it's set to generated string.
Job versionRevision of the job file. It's a string generated by CloverETL Designer and stored in the job file.
StatusStatus of the job execution. READY - waiting for execution start, RUNNING - processing job, FINISHED OK - job finished without any error, ABORTED - job was aborted directly using some API/GUI or by parent Jobflow, ERROR - job failed, N/A (not available) - server process died suddenly, so it couldn't properly abort the jobs, so after restart the jobs with unknown status are set as N/A
StartedServer date-time (and timezone) of the execution start.
FinishedServer date-time (and timezone) of the execution finish.
DurationExecution duration
Error in component IDIf the job failed due the error in a component, this field contains ID of the component.
Error in component typeIf the job failed due the error in a component, this field contains type of the component.
Error messageIf the job failed, this field contains error description.
ExceptionIf the job failed, this field contains error stack trace.
Input parametersList of input parameters passed to the job. Job file can't be cached, since the parameters are applied during loading from the job file. Job file isn't cached by default.
Input dictionaryList of dictionary elements passed to the job. Dictionary is used independently of job file caching.
Output dictionaryList of dictionary elements at the moment the job ends.

For jobs which have some children executions, e.g. partitioned or jobflows also an executions hierarchy tree is shown.

Executions History - overall perspective

Figure 23.2. Executions History - overall perspective


Since the detail panel and expecially job logs may be wide, it may be useful to hide a table on the left, so the detail panel spreads. Click on the minimize icon on the top of the list panel to hide the panel. Then to show list panel again, click to the "Expand panel" icon on the left.

Executions Hierarchy with docked list of jobs

Figure 23.3. Executions Hierarchy with docked list of jobs


Executions hierarchy may be rather complex, so it's possible to filter the content of the tree by a fulltext filter. However when the filter is used, the selected executions aren't hierarchically structured.