Hello! I found think I'm not sure working correctly in jBPM: jBPM Process Definition has process-state node for connecting some subprocess to main superprocess. In this node you can specify process name and process version - but if version is not specified - it gets last version.
Problem is that it "get" this last version during process deploying time - not during process execution (starting) time. For example I have process 1 with process-state node. This node points to process2 without any version, so, last version should be used. OK, I have in my system process2 version 1 and I'm deploying process1. If I will start process1 it, finally will start process2 version 1 - it is ok. But then I can deploy new version of process2 - version 2. Of course I want in whole my system do use it instead of old version. But process-state node in process1 still points to version 1- if I will start process1 it will finally start process2 version 1 - but not the last version 2... It is special feature you it will be changed sometimes later? Should I report bug into JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939895#3939895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939895 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
