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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...