How to find if the Schedule Job did not ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2018 02:24 PM
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
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2018 03:05 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2018 01:24 PM
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.