Accessing the execution task list - 7.3

Talend Administration Center User Guide

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Administration Center
Content
Administration and Monitoring
Last publication date
2024-02-20

Procedure

In the Menu tree view, click Job Conductor to display the list of scheduled tasks that will deploy and execute Jobs on a remote server.
When you access this list for the first time, no task shows on the list.
You can customize the number of tasks per page by changing the count in the field next to the Last Page button. It is recommended to keep this count as low as you can keep in your scenario, to reduce the load of Tomcat.
The default Job Conductor page provides the following information:

Column label

Description

State

Priority among tasks that are not yet executed. Status can be: awaiting execution or frozen exec.

Note: Frozen exec will require a manual resume operation.
Warning: If the threshold for simultaneous executions is exceeded (by default more than 20 executions at the time), all simultaneous executions above the threshold will acquire the status "awaiting execution".

To reset the threshold according to your needs, look for quartz.properties in the installation folders of Talend Administration Center and change the threshold accordingly in the following parameter: org.quartz.threadPool.threadCount = 20

Status

Status of the current task. It can be: Ready to generate, Ready to deploy, Ready to install, Ready to run or Incomplete configuration.

Error status

Error message is displayed if the task does not complete properly.

Label

Name of the task to be executed.

Trigger status

Triggering state:

  • No trigger: no trigger has been set for this task.
  • Running: the trigger is activated and the task execution will start.
  • Completed: the task is complete.
  • All triggers paused: the trigger has been paused and needs to be resumed manually.

Actions

Actions you can do:

  • : opens a pop-up window with the last execution details of the selected task. From this window, you can visualize the logs, the context values and the advanced information of the task, as well as navigate between the different task executions.
  • : opens the execution history of the selected task.

Time left before next triggering

Time before the next triggering occurs.

Project

Name of the project containing the Job to be executed.

Branch

Name of the branch/tag containing the Job to be executed.

Job

Name of the Job to be executed.

Version

Version of the Job as defined in Talend Studio.

Context

Name of the context as defined for this Job in Talend Studio.

Execution server

Name of the server on which the task was last executed.

Virtual server

Name of the virtual server, if any.

Some extra columns are hidden by default but can be displayed in the table. For more information, see Customizing the display of the task list.

These extra columns provide the following information:

Column

Description

Active

The task is activated when the corresponding Active check box is selected. If a task is deactivated, it can not be executed in the execution server.

CommandLine version

Revision number of the CommandLine.

Description

The description text typed at task creation.

Id

Unique identifier that can be used as parameter to launch the task via a Webservice, for example.

idQuartzJob

Quartz Job identifier associated to the corresponding task.

Last deployment

Date and time of the last time the Job was deployed.

Last ended run

Date and time of the last time the Job execution was complete.

Last run

Date and time of the last time the Job was executed.

Last script generation

Date and time of the last time the script was generated.

Next triggering on

Date and time of the next triggering.

SVN revision

SVN revision number of the Job.