[jboss-user] [jBPM] - Re: How to fill the value of "outcomes" field in JBPM-console JSON for Personal Task List?
Thomas Setiabudi
do-not-reply at jboss.com
Mon Nov 26 05:58:48 EST 2012
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] 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/778300#778300
--------------------------------------------------------------
Hi Maciej,
the code looks like this
BlockingGetContentResponseHandler getContentResponseHandler = new BlockingGetContentResponseHandler();
taskClient.getContent(task.getTaskData().getDocumentContentId(), getContentResponseHandler);
Content content = getContentResponseHandler.getContent();
inside content, I got only content.getContent() that will return byte[]
And the byte[] should be marshalled to? XML file?
Regards,
Thomas Setiabudi
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/778300#778300]
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/20121126/c210f5a6/attachment.html
More information about the jboss-user
mailing list