Task Report

Certified Lead Developer

Hi,

Is there any way we can pull out the report of how many tasks were raised for a given process every day. I am aware that we can create a report if the task is in flight but how do i get the details of tasks which were actioned by the team and are no longer active.

Example:

 

Process Name Active Tasks Resolved Tasks Date Created
ABC Process 5 10 14/08/2018

 

Thanks,
Nitesh

  Discussion posts and replies are publicly visible

Parents Reply
  • I don't believe that you can get the data once that instance is complete if data management is set to 0 days. What you can do is to save the task report data in the db, thus you will have the data available if you want to access it.

    You can use a!save to save the a!query processanalytics() data report to a CDT, pass the data in your PM and save it in the database. It's not as straightforward as I am saying, you would have to do some manipulation to save in the database.
Children
No Data