flowable / flowable/flowable-engine
DeleteWithRelatedData does not delete children
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**Description:**
`DeleteQuery, U>`
```
/**
* Delete all instances and their related data that match the query.
*/
void deleteWithRelatedData();
```
does not delete child process instances and tasks.
**Expected behavior:**
All related data will be deleted.
**Code**
[jUnit test](https://github.com/martin-grofcik/flowable-engine/tree/%233289_deleteWithRelatedData)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.