JBoss Community

Re: How to fill the value of "outcomes" field in JBPM-console JSON for Personal Task List?

created by Chris Melas in jBPM - View the full discussion

Hello,

Get object with data from content,

 

byte[] byteContent = content.getContent();
byteArrayInputStream = new ByteArrayInputStream(byteContent);
inputStream = new ObjectInputStream(byteArrayInputStream);
contentObject = inputStream.readObject();

Reply to this message by going to Community

Start a new discussion in jBPM at Community