Terminated tasks

Hi all,I am seeing many terminated tasks listed in All Tasks of Idm though they have been completed a long ago. Is there any way to remove all the terminated tasks without actually deleting them?Yash
[220 byte] By [yash@IDMa] at [2007-11-27 6:21:42]
# 1

you have option called resultlimit which you can specify to some positive integer...or 0. the task will remain in the repository for that much ammount of time before it gets deleted. But i dono weather it is true for terminated tasks as well. I think we can set that resultlimit programatically for terminated task , to certain time limit. because i have done it for tasks finishing with error.But i am not sure about terminated tasks

swapnu18a at 2007-7-12 17:38:22 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi Yash,

Use resultLimit (in seconds) in the TaskDefinition.

Large numbers of TaskInstances impact:

Display of taskResults.jsp on footers, and on some JSPs in the Administrator Interface

Display of all tasks JSPs

Querying TaskInstances for task renaming

Database size

Thanx

Shant

Shanta at 2007-7-12 17:38:22 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Thanks shant and sapnu, i will try it
yash@IDMa at 2007-7-12 17:38:22 > top of Java-index,Web & Directory Servers,Directory Servers...