[jboss-user] [jBPM] - Re: completing human task - NoSuchFieldError: classLoader

Thomas Setiabudi do-not-reply at jboss.com
Thu Mar 14 00:02:01 EDT 2013


Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: completing human task - NoSuchFieldError: classLoader"

To view the discussion, visit: https://community.jboss.org/message/802537#802537

--------------------------------------------------------------
Hi wishmaster7,

use something like this with JBPM5.4



java.util.Map<String, Object> result = new java.util.HashMap<String, Object>();
                    result.put("Result", action);
  
                    org.jbpm.task.service.ContentData contentData = org.jbpm.task.utils.ContentMarshallerHelper.marshal(result, null);
                    client.complete(taskId, userId, contentData);
 



Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/802537#802537]

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/20130314/f428f354/attachment-0001.html 


More information about the jboss-user mailing list