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&...]