[jboss-user] [JBoss jBPM] - Re: Changing the id of a processDefinition or of a instance?

rodosa do-not-reply at jboss.com
Mon Dec 10 14:49:42 EST 2007


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




More information about the jboss-user mailing list