-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Rest API
-
Tags:
-
Backlog priority:600
-
Sprint:nxfit 8.4.6, nxfit 8.10.1
-
Story Points:8
Currently only String arrays are supported.
If the workflow variable is a Integer list, the call to this operation fails with an ArrayStoreException error.
The problem is in ArrayProperty#normalize which does not cast int to long.