I have a project in Spring Batch + quartz, which loads a file and then processes the file data. Only I wanted to implement a view with a form where I had the option to choose the start time and end time and the days where I could run. Can I do this with Quartz + Spring batch?
Thanks for the attention