You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you only want to delete a single case instance you can also use cmmHistoryService.deleteHistoricCaseInstance(caseInstanceId). That deletes the right data in the right way as well
Describe the bug
Nullpointer exception on deleting historic case instance when entityLinks is not enabled.
Expected behavior
Null check or
enableEntityLinks
check should be done to avoid nullPointer exception.Code
Additional context
Flowable version: 6.8.0
Flowable with spring boot
The text was updated successfully, but these errors were encountered: