java - How to deploy a jBPM (jBPM3) project which generates processdefinition.xml file programmatically? -


deploying jbpm project seems easy using eclipse when use designer tool generate processdefinition.xml file. but, wanted generate processdefinition.xml using java. when tried so, works fine, not able deploy directly.

as there no deployment option shown in eclipse. how deploy ?

use below method 3.2.x in code..

deployprocessdefinition(processdefinition processdefinition) {   getgraphsession().deployprocessdefinition(processdefinition); } 

Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

Android SDK Manager freezes after installation of OSX 10.11 El Capitan public Beta -