AEM Workflow Purging
Workflow history needs to be purged regularly. AEM scheduler should delete completed workflows older than 5 days every Saturday.
Adobe docs link:
https://docs.adobe.com/docs/en/aem/6-2/administer/operations/workflows/administering.html
To run manually:
- Go to http://AEM-HOST:4502/system/console/jmx/com.adobe.granite.workflow%3Atype%3DMaintenance
- Click on purgeCompleted Mbean
- java.lang.String model [optional] - leave empty unless otherwise desired
- java.lang.Integer number of days since workflow has been completed - enter the desired number of days
- java.lang.Boolean dry run - set to true if one wants to do a dry run
- Click on Invoke
Automatic AEM maintenance scheduler Configuration:-
- go to http://AEM-HOST:4502/system/console/configMgr
- go to the Adobe Granite Workflow Purge Configuration section
- click on the existing configuration listed on the next line
- configure as needed
Manual Execution:-
- go to http://AEM-HOST:4502//libs/granite/operations/content/maintenance.html
- Click on the Weekly Maintenance Window .
- Click on the Play icon that appears when one's mouse hovers over the Workflow Purge task
Comments
Post a Comment