Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.1.0, 7.1.0-alpha2
-
Component/s: engine
-
Labels:
Description
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