Share all details related to your problem, including any error messages you may have received.
Hi everyone,
We are looking for to schedule a task to run rule that will generate email to our mailbox with failed task and access request with error message details within last 24 hours.
It is looking like trying to automate Health check for Sailpoint
Hi @yogesh_thok,
There are multiple ways you can achieve this.
You can add the below changes
Global settings → Notification Settings → Email Task Alerts
Set the email notification as failure and create a new Email notification template and configure a workgroup with group email where every task failure comes to your email inbox. this way all task failures are coming to your inbox.
For all the access request failures, you can configure a failure template and if request fails then it will come to your inbox. you need to change this in your LCM provisioning workflows
Another way is to create a custom report and attach this report to your email box
Custom report should have query options defined to check the task results with in a date range and check if there are any failures, if then add them to a table list.
Same way traverse through the identity requests object to see any failures in last 24 hours then add the required columns into the table.
you can do the same via task and rule as well. (where this logic will be in the rule).