String process variable

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 04:52 AM
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).
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 05:07 AM
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.
Longer values can be stored as ByteArray variable or a memberfield of a Serializable variable.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 05:30 AM
In mi case I change varchar(255) and I use text (mysql)..
And all works fine….
And all works fine….
