How to build a report to fetch the detail of schedule task

Hi,

We are looking for a report in which we can get the details of schedule task.

Can anyone knows how we can build this?

Thanks

Hi @PoojaSingh03,

I dont think this kind of report exist by default on IIQ, but you can build a newer using the a hql query or a datasource; something like that:

<DataSource objectType="TaskSchedule" type="Filter">

or

<Query> from TaskSchedule t</Query> 

You can right a custom rule as well to find the details of task Schedule, below link as sample rule, not completely what you want but definitely will help you to achieve what you want

How can I get all scheduled task which have already runed in task result via rule - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community