I've tried whit this code and runs ok

  | ProcessDefinition processDefinition = ProcessDefinition.parseXmlString(
  | "<process-definition  xmlns='urn:jbpm.org:jpdl-3.2' name='TestStart'>" +
  | 
  | [.....PROCESS DEFINITION...]
  | 
  | "</process-definition>"                             
  | );  
  | 
  | ProcessInstance processInstance = new ProcessInstance(processDefinition);
  |     
  |     Token token = processInstance.getRootToken();   
  |     token.signal();
  | 
  | 

Now the process start and moves to node ok, but don't persist on db.
Any sugestion?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140421
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to