Discussion:
[jboss-user] [jBPM] - JBPM5.4 Human Task
hylj wy
2013-01-16 17:01:09 UTC
Permalink
hylj wy [https://community.jboss.org/people/hyljwy] created the discussion

"JBPM5.4 Human Task"

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

--------------------------------------------------------------
hey friends,
     I used jbpm5.4 to run human task, my code is:
|| *Header 1* ||
| boolean isDetectionPassed =false;
Map<String, Object> data = new HashMap<String, Object>();
data.put("detection", isDetectionPassed);
... ...
private static TaskClient client;
... ...
client.complete(taskId, userId, data , responseHandler); |
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...