Hi Nanda,
Thank you so so much for putting me in the right direction. Now I am able to get the 'job id' and ' job description' with the below REL fuction.
=waitEvents.EVENT_EMAIL.raiserJobId
=Query.getString('select Job.Description from Job where Job.JobId = ? ', [waitEvents.EVENT_EMAIL.raiserJobId])
But I am unable to get the job defintion name and job status using the below REL function. It says invalid parameter when I refer the parameters with the below values.
=Query.getString('select
Job.JobDefinition from Job where Job.JobId = ? ',
[waitEvents.EVENT_EMAIL.raiserJobId])
=Query.getString('select
Job.Status from Job where Job.JobId = ? ',
[waitEvents.EVENT_EMAIL.raiserJobId])
Could you please advise on how to get the job name and job status.
Regards,
Ramana