I have a Job A that is activated by a file trigger and runs once a month. This is all good.
Now, on the 5th of each month I want to create a Job B that will notify me if Job A was run more than 3 days ago (has not been run for the past 3 days). Whats the easiest way to check when the Job A was last run? I know I can use the API or have Job A write a date to a text/xml file when it runs but is there an easier built-in option to get the last run date that I am missing?
Thanks