flowable / flowable/flowable-engine
DeleteWithRelatedData does not delete children
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
**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)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start with the DeleteQuery, U> declaration and inspect the linked JUnit test for issue #3289. Trace deleteWithRelatedData() and verify that deleting matching instances also removes child process instances and tasks; done means all related data is deleted.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- backend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 38/100