hi all,
we have a list of bods jobs, all of them have the errors handled via try-catch -block and error email notifications.
but when we view the history of jobs from management console, the jobs always shows green/success status.
we are not able to distinguish these cases from the history overview. [of course we could go to monitor/trace/error tabs, but it is not feasible for large volume of jobs]
1. job successful also shows green
2. job failed and handled in catch block also shows green
is there a way to display red for the failed jobs, even after handling it by try-catch block ?
please suggest.