By default a scheduler will trigger an event to cleanup 'done' or 'canceled' workflow instances every night at midnight.
This can be disabled by setting to 'true' the property 'nuxeo.routing.disable.cleanup.workflow.instances' in nuxeo.conf.
To prevent performance problems in case there are too many workflow instances, the number of instances removed is limited to 100.
- is required by
-
NXP-15085 Allow cleaning up old workflow tasks
- Resolved