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
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