-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
When dynamically resolving the name of a subprocess it turns out that Version 1 doesn't work whereas Version 2 works as expected:
1. <callActivity id="callProcess" name="Execute some process" calledElement="#
{processDefinition}" />2. <callActivity id="callProcess" name="Execute some process" calledElement="${processDefinition}" />
In case of 1 the expression I get the error message:
no processes deployed with key '#{processDefinition}
'
Line | Method
69 | findDeployedLatestProcessDefinitionByKey in org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
Also check out similar experiences with Activiti: http://stackoverflow.com/questions/19711105/activiti-dynamic-called-element