"trekker880" wrote : hi how we can extract the view-id that is defined in the
pageflow.jpdl.xml ?
How to read the pageflow.jpdl.xml file in a java class like we do it in the
processdefintion.xml in jbpm?
FileInputStream fis = new
FileInputStream("processes/Hello_Core/processdefinition.xml");
ProcessDefinition processDefinition = ProcessDefinition.parseXmlInputStream(fis);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056289#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...