From ebfe8747173d50468780da8cc24b649d1e392c88 Mon Sep 17 00:00:00 2001 From: Adrien Kantcheff Date: Thu, 5 Dec 2024 16:24:31 +0100 Subject: [PATCH] docs(release-notes): add fix on document deletion Related to https://bonitasoft.atlassian.net/browse/RUNTIME-28 & https://bonitasoft.atlassian.net/browse/BPM-301 --- modules/ROOT/pages/release-notes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 463aadffc9..acdb694b26 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -8,10 +8,16 @@ The {bonitaVersion} version is in development. == New available values +== Feature deprecations and removals + == Bug fixes === Fixes in Bonita 2025.1 (! DATE TO ADD HERE !) ==== Fixes in Bonita Runtime (including Bonita Applications) +* RUNTIME-28 - The deletion of a running process instance leaves lines in the DOCUMENT table. + +Before this fix, when a process instance was deleted, the documents associated with it were not deleted. As a consequence, this behavior creates orphan documents that are unused and not linked to any other object. Note that it was not the case for archived process instances where documents were correctly deleted. + +If you have a lot of orphan documents in your database, you can use the latest version of the xref:ROOT:purge-tool.adoc#delete-orphan-document-content[Purge Tool] to remove them. + ==== Fixes in Bonita Studio (including Bonita UI Designer)