I try to set process variable using "execution.setVariable("variable", value)". The Value has length more than 4000 characters, and I got error: "Value too long for column "TEXT_ VARCHAR(4000)""
Tell please, what can I do if I want to have process variable more than 4000 symbols?
The database columns have max lengths of 4000 characters due to restrictions on some databases. You can of course always increase the column size if you need this and if it's possible on the database you run on.