Hi, I tested to add some file attachments to task. Files were succesfully stored to database (MySQL). Then I decided to delete this attachments. In table act_hi_attachment were deleted corresponding rows, but in table act_ge_bytearray rows still exist. It's possible to clean automatic this table (e.g. MySQL foreign key constrains between tables) ?
I am also seeing that data remains in the ACT_GE_BYTEARRAY table after executing the taskService.deleteAttachment(String attachmentId). Is this by design or is this an issue that will be fixed in a later release?