Accessing the execution task list
Procedure
Column label |
Description |
---|---|
State |
Priority among tasks that are not yet executed. Status can be: awaiting execution or frozen exec. Information noteNote: Frozen exec will require a manual resume
operation.
Information noteWarning: 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:
|
Actions |
Actions you can do:
|
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. |
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. |