We are using version 5.22.0 and sometimes there are problems regarding task descriptions (tables ACT_HI_TASKINST, ACT_RU_TASK) that are too long to be persisted into the database after the containing expressions have been evaluated, e.g. > 2000 characters in Oracle UTF-8 (java.sql.SQLIntegrityConstraintViolationException: ORA-01401: inserted value too large for column).
I know there was a similar issue previously regarding process variables. The used solution there was to store everything < 2000 characters as text in the table and everything bigger as a byte array in a different field.
Is there currently a solution or workaround to support longer task descriptions (especially for Oracle databases)?