flowable-engine icon indicating copy to clipboard operation
flowable-engine copied to clipboard

DeleteWithRelatedData does not delete children

Open martin-grofcik opened this issue 3 years ago • 0 comments

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

martin-grofcik avatar Apr 26 '22 11:04 martin-grofcik