Is it possible to check the execution history of the schedule created in the "sys_trigger" table?

bonsai
Mega Sage

※Paris version

If you create a one-time schedule as shown below, where can you check the execution history?
It would be nice to be able to check the status such as the execution time and execution result of schedule.

find_real_file.png

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi

go to table "syslog_transaction" and filter for Type "Scheduler". In column "URL" you find the name of the Job. 

find_real_file.png

 

And then check all the available columns. They contain tons of information.

Kind regards
Maik

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi

go to table "syslog_transaction" and filter for Type "Scheduler". In column "URL" you find the name of the Job. 

find_real_file.png

 

And then check all the available columns. They contain tons of information.

Kind regards
Maik

thank you for your answer.
confirmed!