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