cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete definitely all TaskDoc or tasks for users from my repository

geekonspace
Star Contributor
Star Contributor

Hi, I deleted my domain default of my repository but when I use the method:

taskService.getCurrentTaskInstances(users,session);

my old tasks created for documents are obtained.

1 REPLY 1

Fred_Vadon
Star Contributor
Star Contributor

You can probably do that using a query to get all the tasks (which are Documents) and then delete them.