Report “To Do Tasks” located in dashboard page is not updating. we have around 20,000 tasks most of them are finished and around 400 pending tasks. This is visible when downloaded the csv report.
Issue: No new tasks are generated because of which we do not have an update on account creation, attribute addition tasks since most of our application are in flat file.
Wondering what the resolution can be to get an updated tasks list.
you are looking to kill pending tasks? if yes use api patch: task-status/:id
[
{
"op": "replace",
"path": "/completionStatus",
"value": "Success"
},
{
"op": "replace",
"path": "/completed",
"value": "put date here"
}
]
look for cloud aggregation tasks and have patch
Hello Syed,
Issue is not about taking care of pending tasks. The issue is no new tasks are being generated. Wondering if there is a search query that generate the tasks which is similar to “to do tasks”
pending tasks can also be reason to no new task generated, it is one of the reason might be.
rather a search query to get tasks you can use api call