JBoss Community

How can i get the human task id defined in bpmn files?

created by jay zhang in jBPM Development - View the full discussion

List<TaskSummary> tasklst = client.getTasksByStatusByProcessId(processInstanceId, parmlst, "en-UK");

long taskid = tasklst.get(0).getId();

 

this taskid is not the the human task id defined in bpmn files,but how can i get the  the human task id defined in bpmn files here.

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community