I have a strange error.
In the table ACT_RU_VARIABLE one row is having TYPE_ String instead of string .
How did this get added to the ACT_RU_VARIABLE ?
org.apache.ibatis.exceptions.PersistenceException:
Error querying database. Cause: org.flowable.common.engine.api.FlowableException: unknown variable type name String
Cause: org.flowable.common.engine.api.FlowableException: unknown variable type name String
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) ~