How to find if the Schedule Job did not ran

ravishankerayya
Kilo Contributor

I have Schedule Job , want to know whether it has ran or not. Created a Notification on sys_import_set_run and added a filter state and import set table =xxx

In this case, notification can only be send if the state is (cancelled, or errors)

The requirement i want to know the schedule job started or not

 

thanks

Ravi

6 REPLIES 6

You can generate event in your scheduled job script to notify about job completion.

You need to configure email notification which captures this event.

Regards,

Sachin

 

 

ravishankerayya
Kilo Contributor

Thank you Abhisek & Sachin. it works for me.

 

But I have another use case if any schedule job did not start. Send me email notification.