0 Replies Latest reply on Nov 6, 2013 4:33 PM by tpacheco12

    Getting a Node Within a ProcessInstance

    tpacheco12

      Hey guys, I am pretty new to JBPM, but I can't seem to find what I am looking for in the documentation so I figured I would ask here.

       

      Is there any way for me to get a Node (org.jbpm.workflow.core.Node) within a ProcessInstance, where my ProcessInstance imports org.drools.runtime.StatefulKnowledgeSession, org.drools.runtime.process.ProcessInstance, and org.jbpm.persistence.processinstance.ProcessInstanceInfo?  On a side note, I have am ActivityInstance that has a Task (org.jbpm.task.Task) data member, can I link that Task to its respective Node?  This is using JBPM 5.3, in case anyone is curious.


      Thanks for the help!