JBoss Community

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

created by Francis Tellina in jBPM - View the full discussion

Hi Alejandro,

thanks for your reply. So, as far as I understand,  there is no equivalent in JBPM4 as processInstance.getRootToken() but you have to either specify a node name or retrieve all the executions :

 

processInstance.getExecution("node")

processInstance.getExecutions();

 

thanks

Francis

 

Reply to this message by going to Community

Start a new discussion in jBPM at Community