How to delete definitely all TaskDoc or tasks for users from my repository
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2013 04:46 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2013 04:28 AM
You can probably do that using a query to get all the tasks (which are Documents) and then delete them.
