cancel
Showing results for 
Search instead for 
Did you mean: 

Completed tasks

Not applicable
How can we remove or delete completed tasks from the Completed Tasks list?

A long list of every task completed that can't be sorted, especially when some are not important from a record keeping perspective is not very useful in my opinion.
2 REPLIES 2

niketapatel
Star Contributor
Star Contributor

You need to delete completed workflow.

You can get completed workflow list using  
workflowservice.getCompletedWorkflows(); 


Once you have list of workflow id then you can delete them which will also remvoe completed tasks.

You can either implement script or may be scheduler.

Thank you for your reply.

Unfortunately, your suggestion is not possible in Alfresco Cloud (without a local on-premises install).

This is just another issue where Alfresco Cloud is not complete.