<div dir="ltr">Hi all<div><br></div><div>I am new to openCMS (9.5.0) an i have to clear the CRM History via a job or via jsp trigger.</div><div>So i created the CmsHistoryClearJob.</div><div><br></div><div>The job is doing as expected the cleanup, but he is starting from root and clears all.</div><div><br></div><div><div><font face="monospace, monospace">       <job></font></div><div><font face="monospace, monospace">                <name>MyJob</name></font></div><div><font face="monospace, monospace">                <class>org.opencms.scheduler.jobs.CmsHistoryClearJob</class></font></div><div><font face="monospace, monospace">                <reuseinstance>false</reuseinstance></font></div><div><font face="monospace, monospace">                <active>true</active></font></div><div><font face="monospace, monospace">                <cronexpression><![CDATA[0 0 3 * * ?]]></cronexpression></font></div><div><font face="monospace, monospace">                <context></font></div><div><font face="monospace, monospace">                    <user>Admin</user></font></div><div><font face="monospace, monospace">                    <project>projectA</project></font></div><div><font face="monospace, monospace">                    <siteroot>/</siteroot></font></div><div><font face="monospace, monospace">                    <requesteduri>/project-a/</requesteduri></font></div><div><font face="monospace, monospace">                    <locale>en</locale></font></div><div><font face="monospace, monospace">                    <encoding>UTF-8</encoding></font></div><div><font face="monospace, monospace">                    <remoteaddr>127.0.0.1</remoteaddr></font></div><div><font face="monospace, monospace">                </context></font></div><div><font face="monospace, monospace">                <parameters></font></div><div><font face="monospace, monospace">                    <param name="clearDeleted">true</param></font></div><div><font face="monospace, monospace">                    <param name="keepTimeRange">0</param></font></div><div><font face="monospace, monospace">                    <param name="keepVersions">0</param></font></div><div><font face="monospace, monospace">                </parameters></font></div><div><font face="monospace, monospace">            </job></font></div></div><div><br></div><div>But i only like to clean the history below the project "projectA" which is mapped to a folder at /sites/default/project-a</div><div><br></div><div>but the settings in the job are ignored or i do not understand the correct usage of them.</div><div><br></div><div>So is it possible to clean the history starting from a provided folder or project?</div><div><br></div><div>thx</div><div>georg</div></div>