JBoss Community

Variables types / String too large for column

reply from HuiSheng Xu in jBPM - View the full discussion

Hi Charles,

 

Please try this codes:

 

executionService.setVariable("largeString", largeString.toCharArray());

 

or

 

executionService.setVariable("blob", largeString.getBytes("UTF-8"));

Reply to this message by going to Community

Start a new discussion in jBPM at Community