-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
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