I have a requirement where i have created a custom UI for spring-batch monitoring using the spring-batch-admin JSON api. I have a requirement where i dont want to allow the user to start job when an instance of that job is currently under progress.
Is there any REST Url which can give me a status of a job instance whether a job is in progress or not ?
Is there any way to develop a custom REST url to provide this functionality.
Kindly help.