-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
Reproduce steps:
- use call activity with <camunda:in source="someVarName" target="someOtherVarName" />
- someVarName is null
- use someOtherVarName in the called process
=> Exception is thrown cause someOtherVarName is not known in process
Expected behavior:
It should be possible to use camunda:in for variables with null values
Hints (optional):
Current workaround: place an empty string instead of null