Arun V G [
https://community.jboss.org/people/arunvg] created the discussion
"Re: Task Human - Parameter Mapping"
To view the discussion, visit:
https://community.jboss.org/message/729585#729585
--------------------------------------------------------------
Hint
//Retrieve task
taskclient.getTask(taskId, responseHandler);
Task task = responseHandler.getTask();
long documentContentId = task.getTaskData().getDocumentContentId();
//Retrieve content using content id
taskclient.getContent(documentContentId, contentResponseHandler);
byte[] objectinBytes = contentResponseHandler.getContent().getContent();
From this byte you can get the object which is a map of input
parameters to the human task.
Hope this helps.. :)
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/729585#729585]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]