SHOW-JOB-TASK
SHOW-JOB-TASKβ
Nameβ
SHOW JOB TASK
Descriptionβ
This statement is used to display the list of execution results of JOB subtasks, and the latest 20 records will be kept by default.
grammar:
SHOW JOB TASKS FOR job_name;
Result description:
JobId: JobId
TaskId: TaskId
StartTime: start execution time
EndTime: end time
Status: status
Result: execution result
ErrMsg: error message
-
State
There are the following 2 states:
* SUCCESS
* FAIL
Exampleβ
-
Display the task execution list of the JOB named test1
SHOW JOB TASKS FOR test1;
###Keywords
SHOW, JOB, TASK