-
Bug
-
Resolution: Done
-
Major
-
jBPM 4.0
-
Compatibility/Configuration
I thought that the sub-process-key (or id) could be an expression the way name could be in the 3.2 product. However, specifying something like this:
<sub-process g="228,193,92,52" name="ConcreteWork" sub-process-key="#
{SKYLINE_FLOW}">Always results in the literal value being passed to SubProcessActivity subProcessKey. So, in the above example subProcessKey is "#{SKYLINE_FLOW}
"