Quartz job question

Hi,

In Cuba it’s possible to go to a scheduled task (execution history) and see the start and finish time + result of all the executed tasks.

In Jmix I can see the last fire date and the next fire date of all quartz jobs
How can I see if and when the job, or all previous jobs, ended + result?

Thanks,
Dirk

Hello,

There is no historicity at the moment, we have a ticket for this revision.

For now, you can implement this mechanism yourself in the project. To do this, you need to add a table to store the history and, if the job is successfully completed, write the result to it.

Regards,
Nikita