gardellajp [
http://community.jboss.org/people/gardellajp] created the discussion
"How read "ActorId" dinamically in HumanTaskNodeInstance?"
To view the discussion, visit:
http://community.jboss.org/message/644196#644196
--------------------------------------------------------------
Hi,
I need read the current actorId associate to a tasknode. How I can do it?
I have the object HumanTaskNodeInstance. I can read the expression associate to the
actorId:
HumanTaskNodeInstance nI = ...
HumanTaskNode node = (HumanTaskNode) nI.getNode();
String expression = node.getWork().getParameter("ActorId");
Suppose expression = #{user}, I don't found how to resolve it.
Thanks,
Juan
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/644196#644196]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]