Contribution org.nuxeo.ecm.platform.routing.cleanup.config--schedule
This contribution is part of XML component org.nuxeo.ecm.platform.routing.cleanup.config
inside nuxeo-routing-core-7.10-HF07.jar /OSGI-INF/document-routing-cleanup-contrib.xml
Extension point
Extension point schedule of component SchedulerRegistryService.Contributed items
XML source
<extension point="schedule" target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">
<schedule id="workflowInstancesCleanup">
<eventId>workflowInstancesCleanup</eventId>
<!-- every day at 11.59 PM -->
<cronExpression>0 59 23 * * ?</cronExpression>
</schedule>
</extension>