-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.0.0, 7.0.1
-
None
Reproduce steps:
Create a process which starts with some variables and then set the value of the variables to null in a delegate. Retrieve the variables from the running instance via REST API.
Problem:
Following line in VariableInstanceDTO throwns a NPE because the value returned by entiy.getValue is null: dto.setType(entity.getType().getTypeNameForValue(entity.getValue()));
Expected behavior:
Get rid of NPE