[JBoss-user] [JBoss jBPM] - Re: getting started with jbpm

2006-04-10 Thread kbarfield
Please take a look at the getting started wiki. In it, you create and deploy your own process. http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936481#3936481 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss jBPM] - Re: getting started with jbpm

2006-04-11 Thread greg823
Use JbpmContext.deployProcessDefinition(ProcessDefinition processDefinition) to deploy the process definition parsed from XML file into the database. During runtime, read it back from database using GraphSession. findLatestProcessDefinition(java.lang.String name) Hth. View the orig