Hi Folks,
Is there any other approach we can use for displaying active tasks on UI except the active task report and storing in DB and fetching it.
Discussion posts and replies are publicly visible
Not sure, why you would want to store data from a process report to database.
Process reports already allow you to get access to all data around processes and tasks.
As Stefan said.. why do you need to use a DDBB rather than a report? Maybe because you need functional information that you don't have in the report?
I will cover such a scenario in a soon to be published blog post.
Correct..some of my data is not working as expected (limitation of Task reports) in Process reports.
What do you mean with this?
Arpit Bhatnagar said:some of my data is not working as expected
If your tasks are process-backed, then you will need to use the task report. There isn't any other way. In the article below, I have explained it in detail.
If your tasks are DB-backed, then you will need to fetch them from DB and show them.
Are you using the report for saving bussiness information? Are you concatenating information in the report?
Actually, I was asked this scenario in one of my interviews
.Ques: Alternate approach to active task report if active task frequency may reach upto 1000 tasks daily.
I do not consider this to be a reason for looking for alternatives.