"wenbozhu" wrote : Are there any other ways available to deploy processes?
i deploy the processes in an own method, by calling the api:
| ...
| ProcessDefinition processDefinition = ProcessDefinition.parseXmlInputStream(is);
| jbpmContext.deployProcessDefinition(processDefinition);
| ...
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968024#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...