Re: Get Job Id programmatically for SavePoint
Hi Rahul, probably is not the best way, but you could call jobmanager REST endpoint: http://[JOBMANAGER_HOST]:8081/joboverview who returns the list of running jobs and you could detect the right job id for example starting from the job name. I hope this could be helpfull. Mauro Il 15/09/2
Get Job Id programmatically for SavePoint
Hi, Is there a way I can get job id of my application programmatically or through api's for doing savepoint? Rahul Raj