Hello Community,
Is there a way to find and access the job Id and job name inside a Java
service?
I have a service "SendEmailService" written in Java for mail notification,
for this, I have created the job in jobSandBox.
whenever the "SendEmailService" service is called by the scheduler then
inside this service, I want to know the job name associated with that
service for the calling service.
I'm attaching the image below, please take a look at the attachment for
reference.
*for example: *
SendEmailService(HttpServletRequest request, HttpServletResponse response){
code to get a job id and job name
}
Regards,
Maheshwari.