HuiSheng Xu [http://community.jboss.org/people/rebody] created the discussion

"Re: how to get user task list with process definition name"

To view the discussion, visit: http://community.jboss.org/message/562413#562413

--------------------------------------------------------------
Hi Mariusz,

  the name of process definition is stored in the JBPM4_DEPLOYPROP,  with a 
specified name.  I cannot remember it clearly.  But I think you could find it 
from source codes.
  And you could find processInstance by using taskImpl.processInstance(), and 
you could get process deifnition id from processInstance. Then you could get 
processDefintionName by processDefinitionId,  they both stored in the 
JBPM4_DEPLOYPROP.

  And good luck.:)
--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to