This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: about process deployment ...kukeltje Aug 28, 2006 4:50 PM (in response to wenbozhu)no, not yet. The 3.2 webapp will probably have something for this. There is someone working dedicated on the webapp now. 
- 
        2. Re: about process deployment ...cwad0000 Aug 29, 2006 5:24 AM (in response to wenbozhu)"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); ... 
 
     
    