05-12-2010 02:19 AM
04-27-2011 10:19 AM
Open this link at your local alfresco.
http://localhost:8082/alfresco/faces/jsp/admin/workflow-console.jsp
You will see a list of commands.
I think the command - "show my completed" is appropriate for your requirement.
Hope this helps,
Thanks
04-28-2011 12:19 PM
07-19-2011 12:29 PM
11-22-2011 02:35 PM
I know this is thread is a little old, but I thought I would try to clarify the situation here. There is no reason to worry about the database's performance with a few thousand workflows in it unless a large number of those workflows are for a single document and then only if it is slowing down the UI. The database design will not be effected by having thousands of defunct workflows as everything is accessed by document ID, workflow ID, and task ID which will effortlessly pull out the records for a given document. If, however, a single document has so many old workflows and tasks that it effects the UI, then you have a problem to solve (and most likely I would solve it on the UI side, not by pruning the database).1. Workflow information is not deleted from the jBPM tables.
2. After a few thousand workflows you are going to want to start deleting that information in order to maintain database performance.
What is the proper way to do this kind of housekeeping inside Alfresco?
Are there already actions in place, which just need to configured to be run at some time intervals or should one write straight JDBC code that deletes unnecessary data from the tables?
11-21-2013 05:25 PM
07-29-2014 03:06 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.