2 Replies Latest reply on Sep 10, 2010 5:20 AM by francis1972

    How do I get a pointer to the root token in jBPM4 ?

    francis1972

      Hi all,

      as I stated in the subject, I'd need to get a reference to the root token. In jBPM3 that was quite easy but in jBPM4 the only useful

      method I've found is:

       

      Execution executionInA = processInstance.findActiveExecutionIn("NodeName");

       

      What if I don't know the NodeName.......is there a safe way to get a pointer to the root token ?

      thanks a lot

      Francis