Hi experts,

I am newbie in Spring-Batch.
I have successfully setup the Spring-batch for my current project.

Currently I have use case where I want to monitor the Jobs.
Retrieve the job instance list for given job name & based on different parameters.

I looked into JobExplorer & JobOpertor interfaces, but I cannot find any method suitable for this.

Can you please help me how to archive the above functionality.