kifayath khan [
https://community.jboss.org/people/kifayath] created the discussion
"How to retrieve userid in jbpm5.2 ?"
To view the discussion, visit:
https://community.jboss.org/message/757918#757918
--------------------------------------------------------------
I have successfully executed the sample evaluation in jbpm 5.2, I got the processid from
processInstance class, so how could i get the userid and taskid for a particular task ?
params.put("employee", "krisv");
params.put("reason", "Yearly performance evaluation");
ProcessInstance processInstance =
ksession.startProcess("com.sample.evaluation", params);
long processId = processInstance.getId();
System.out.println("Process Id"+processId);
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/757918#757918]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]