Erase task actions from orchestrator

Hello!

I deleted completes tasks from Action Center, but when i use Get Form Tasks it is still get the old ones, deleted ones. Now i have a single task in Action Center but still this action download all of them.
image
I need only this one
image

What can i do ?

I think the status is Complete not Completed. You can include the status in the Select query and check the status of all the tasks and then change your filter condition accordingly something like Status in (‘Complete’, ‘Unassigned’). Please refer https://docs.uipath.com/activities/docs/get-form-tasks for syntax and usage.

Thank you!

Doesn’t work.

Did you try to get the status in the select query and include the status you want or eliminate the status you don’t want?