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