Is normal that when you creates:

  | ProcessDefinition processDef = 
ProcessDefinition.parseXmlResource("SeleccionDePersonal/processdefinition.xml");
  |                     assertNotNull("La definición del proceso no debe ser 
nula", processDef);
  |             
  |                     //Crea una instancia del proceso
  |                     ProcessInstance instancia = new 
ProcessInstance(processDef);
  |                     assertEquals("La instancia del proceso se encuentra en 
el estado inicial",
  |                                               
instancia.getRootToken().getNode().getName(),
  |                                              "Establecer criterios del 
puesto de trabajo");
  | 

The id's of the processDefinition & the instance were 0????


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111746#4111746

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111746

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to