Hello, currently my jobs table records are deleted on completion, I would like to keep them to then perform some validations that I have in mind, I have searched for information on how to stop the deletion process and have not found, if anyone has any suggestions, thank you very much.
before each job finishes you could get it to write audit information to a separate table. The logic for this could be in a trait and pulled into each job class.