Viewing the run history of a specific scheduler
Last updated
Last updated
Use this procedure to view the run history of a particular scheduler in the project.
Select the project and click scheduler to view the list of schedulers created within this project.
Do one of the following to access the scheduler run history page
Click the scheduler name under Scheduler Name column in the table to navigate to the respective Scheduler page and click the Run History icon.
Click the ellipses icon in the Job Name column and select the RUN HISTORY option to view the list of completed scheduler runs for the selected scheduler.
The Run History page appears.
Review the following details displayed for every job run:
Run Name: The name of the scheduler run.
Triggered by: The user or scheduler that triggered it.
Started at: The time at which the scheduler or user has started to run.
Runtime: The duration of the run.
Status: The status of the scheduler after the run. Possible status:
Success - Indicates that the job run is successful.
Started - Indicates that the job run is in progress.
Failed - Indicates that the job has failed to run.
Timed out - Indicates the job has been timed out.
Recipe Timed out - Indicates that the recipe within the job has been timed out.
Created - Indicates the job has been created.
Recipe Running - Indicates that the recipe within the flow has started to run.
Entity loading - Indicates that the data is loaded for entities with external data source
Output: The output generated after running the scheduler automatically or manually. Click to view and download the input dataset on which the model was created and generated output datasets. You can also view the generated artifacts and models but cannot download them.
Log: The log of this particular scheduler. Click to view the logs to debug the issues in the job run.
Canvas: The canvas generated after running the job. Click to view the canvas on which the run job was performed.
Project variables: The variables used in this job run. Click to view the variables linked to this scheduler.