flowable-engine
flowable-engine copied to clipboard
DeleteWithRelatedData does not delete children
Description:
DeleteQuery<T extends DeleteQuery<T, U>, 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