Hi Mahi,
As you can see at
https://lists.apache.org/thread/pqmq1x95hlbqwhhzygsvdq2ocwqo10p0 images are
most of the time coming to this ML
HTH
Jacques
Le 18/04/2023 à 12:23, Mahi maheshwari a écrit :
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.