-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF23, 8.10-HF02, 9.1
-
Component/s: Workflow
-
Release Notes Summary:The nuxeo.routing.disable.cleanup.workflow.instances property can be used to disable workflow cleanup.
-
Tags:
-
Backlog priority:1,000
-
Sprint:nxFG 10.2.3
A regression has been introduced in NXP-21680, in this specific commit:
https://github.com/nuxeo/nuxeo-platform-document-routing/commit/4099087c9fe6a3079c69bd1a3dc73ef84f22153b
The nuxeo.routing.disable.cleanup.workflow.instances setting is not being used anymore. Therefore the listener now deletes everyday any completed workflow.
Current workaround consist of disabling workflowInstancesCleanup listener in a contrib file:
<require>org.nuxeo.ecm.platform.routing.cleanup.config</require> <extension target="org.nuxeo.ecm.core.event.EventServiceComponent" point="listener"> <listener name="workflowInstancesCleanup" enabled="false"/> </extension>