-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF72, 2023.0, 2021.35
-
Component/s: Workflow
-
Release Notes Summary:Orphaned workfows can be deleted daily along with wokflows in state "done" or "canceled'. A new management endpoint is available to GC orphaned, done or canceled workflows on demand.
-
Release Notes Description:
-
Tags:
-
Backlog priority:800
-
Sprint:nxplatform #82, nxplatform #83
-
Story Points:8
Steps to reproduce:
- Create a Folder
- Create a File in this folder
- Start a workflow for this File document
- Get the id of the folder, the file, the workflow and the task which were created
- Delete the folder thanks to its id with curl -X DELETE -H 'Authorization: Basic dsfdsdsfu' -H 'content-type: application/json' https://xxxx/nuxeo/api/v1/id/xxxxxx
- Observe that the workflow and the task still exist
- Observe in the Audit that the Folder has been deleted
Expected behavior: the Workflow and Task documents are also deleted