JBoss Community

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

created by Thomas Setiabudi in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community