Community

How to find current waiting node

reply from Maurice de Chateau in jBPM - View the full discussion

Hi Kiran,

 

Since you were referring to jBPM 3.2.8 in your previous post, I think Maciej's response is not exactly what you're looking for (no offense!).

 

To find the current node for a process instance in jBPM 3, you go through the token:

 

Node currentNode = procInst.getRootToken().getNode();

 

You can then get at its name, transitions, etc.

 

Regards,

Maurice

Reply to this message by going to Community

Start a new discussion in jBPM at Community