[jboss-user] [JBoss jBPM] - Re: Can't create a process instance when processDefinition i
Milochanzy
do-not-reply at jboss.com
Thu Apr 24 16:28:21 EDT 2008
Correction in code:
|
| String temp = content of main processdefinition.xml;
| ProcessDefinition main = ProcessDefinition.parseXmlString(temp);
| ProcessInstance processInstance = new ProcessInstance(main);
| while(processInstance.hasEnded() == false) {
| processInstance.signal();
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146633#4146633
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146633
More information about the jboss-user
mailing list