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

Chris Melas do-not-reply at jboss.com
Wed May 8 08:52:16 EDT 2013


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130508/d4509903/attachment.html 


More information about the jboss-user mailing list