cancel
Showing results for 
Search instead for 
Did you mean: 

String process variable

kristin_polenz
Champ in-the-making
Champ in-the-making
What happens when a process variable as String is longer than 255? Because the field TEXT_ in table ACT_RU_VARIABLE is a VARCHAR(255).
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
Currently, an error is thrown when inserting/updating the value.
Longer values can be stored as ByteArray variable or a memberfield of a Serializable variable.

jcosano
Champ in-the-making
Champ in-the-making
In mi case I change varchar(255) and I use text (mysql)..

And all works fine….