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
Post a Comment