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

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -