Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] 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/778263#778263
--------------------------------------------------------------
Thomas, first you need to get task and from it you get contentId of your inputs using
task.getTaskData().getDocumentContentId(). Once you have it you use this id to get content
using taskClinet.getContent() method. Note that you would need to use marshaller to get
the object out if it.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/778263#778263]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]