Viewing the History of a Scheduled Task

View a list of schedules that have run on the current repository between specific dates. This can be done for individual schedules, or for the repository as a whole.

This feature will only show instances where schedules have run automatically. It does not include instances of them being run manually using the back-office tool.

Implementation:

  1. Click to open the Schedule Manager dialog.
  2. (To view the history of a specific scheduled task) Select the schedule in the list and click View History. This opens the Schedule History dialog, which displays a list of instances when the selected task has run, including Start Time, End Time, and whether or not it was Successful.
  3. (To view the history of all scheduled tasks) Click the All History button. This opens the Scheduler History dialog, which shows the same information as when you view the history of an individual task, with the addition of a column showing the name of each scheduled task.
  4. (Optional) Filter the list to only show records from a specific period by using the Start Date and End Date selectors and clicking Filter.
  5. (Optional) To view details about a specific entry in the list, select it and click View Data. This opens a new dialog containing JSON data about the item, which can be useful if the schedule failed to run, as it includes trace information that may help you to diagnose the fault.