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