Hello there
I’m using a local variable of type java.util.List named **vkpResult ** .
When I access it from Rest API engine produces invalid Json (missing closing ‘}’).
List size plays no role. I tryed with 1 element and with 100.
http://localhost:34435/bonita/API/bpm/activityVariable/120010/vkpResult
{"name":"vkpResult","description":null,"transientData":false,"className":"java.util.List","containerType":"ACTIVITY_INSTANCE","tenantId":0,"tenantId_string":"0","id":15019,"id_string":"15019","containerId":120010,"containerId_string":"120010","value":[{"productId":166,"nameIntern":"Kontokorrent","nameExtern":"Kontokorrent"}]
Is it a bug?