[jbpm-dev] [Design of JBoss jBPM] - Re: jbpm-api first draft

thomas.diesler@jboss.com do-not-reply at jboss.com
Fri Jun 20 06:09:43 EDT 2008


This is now in place


  |     // Create a ProcessDefinition through the ProcessDefinitionManager
  |     ProcessDefinitionManager pdm = ProcessDefinitionManager.locateProcessDefinitionManager();
  |     ProcessDefinition pd = pdm.createProcessDefinition(jpdl);
  |     
  |     // Create an Execution through the ProcessDefinition
  |     Execution ex = pd.createExecution();
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159518



More information about the jbpm-dev mailing list