Chris Melas [
https://community.jboss.org/people/melc] created the discussion
"Re: How to fill the value of "outcomes" field in JBPM-console JSON for
Personal Task List?"
To view the discussion, visit:
https://community.jboss.org/message/816760#816760
--------------------------------------------------------------
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
[
https://community.jboss.org/message/816760#816760]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]