How to visualize completed task

Hello,
I would know if it is possibile to define a filter in tasklist to list all the process also the deleted for delete_reason “COMPLETED” .
Is it possible ?
Thanks

Task list filters only query the runtime database for tasks and so will never return completed or deleted tasks.
Although if you wanted it wouldn’t be too difficult to query for completed tasks, but keep in mind that a query to the history database for for user task would bring up some performance considerations considering the ever-expanding number of tasks it could contain.

1 Like

Thank you Niall