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

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.

0 votes

1 answers

1490 views

ANSWER



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

0 votes