-
Bug
-
Resolution: Done
-
Minor
-
jBPM 3.2.5.SP5
-
None
-
Documentation (Ref Guide, User Guide, etc.)
21.4.28. sub-process
When both version and binding="late" are given then jBPM will use the version as requested, but will not yet try to find the sub process when the parent process-state is deployed.
http://docs.jboss.org/jbpm/v3.2/userguide/html_single/index.html#subprocess.element
But actually, ProcessState.execute() ignores version attribute if binding="late". So fix the description to:
When both version and binding="late" are given then jBPM will ignore the version attribute and use the latest version.