cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic cleanup of delete items

mikmontana
Champ in-the-making
Champ in-the-making
Hi all,
i have an alfresco 3.4 and i would try to cleanup the deleted items automatically but i don't find a way to do that.
There is some scheduled action or similar to cleanup the items?

Thanks.
4 REPLIES 4

rafaelscg
Champ on-the-rise
Champ on-the-rise
You can use Scheduled Actions and call an Javascript to delete these items. You can do something like this:

<a href="http://aboutalfresco.blogspot.com.br/2010/01/scheduled-actions-in-alfresco.html">http://aboutalfresco.blogspot.com.br/2010/01/scheduled-actions-in-alfresco.html</a>

mitpatoliya
Star Collaborator
Star Collaborator
You can run a scheduled job which will purge the deleted items.

check out this link it gives you more idea
http://wiki.alfresco.com/wiki/Content_Store_Configuration

ashex
Champ in-the-making
Champ in-the-making
You'll want to use the eagerContentStoreCleaner.

mikmontana
Champ in-the-making
Champ in-the-making