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