JBoss Community

JBPM5.4 Human Task

created by hylj wy in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community