Hi,
I have defined a process variable with an generated string uid as content.
I'm currently not able to display it and either the list of process variable.
I access variable through the bpm API via
- ../API/bpm/caseVariable/?p=0&c=10&f=case_id={{caseId}} for the list of variables
- ../API/bpm/caseVariable/{{caseId}}/extractionKey for the specific variable extractionKey
Although i can access them via urls
localhost:8080/bonita/API/bpm/caseVariable/27050/extractionKey
localhost:8080/bonita/API/bpm/caseVariable/p=0&c=10&f=case_id=27050.
I'm not able to display extractionKey.value , it seems to be empty.
I'm either not able to display the table which should content all the variables of the process
I'm using the latest version 2022.1
The only thing I may think of is the following stacktrace
java.lang.NumberFormatException: nullat java.lang.Long.parseLong(Long.java:655) ~[?:?]
at java.lang.Long.valueOf(Long.java:1144) ~[?:?]
at org.bonitasoft.web.rest.server.api.bpm.cases.APICaseVariable.runSearch(APICaseVariable.java:56) ~[console-server-7.14.0.jar:?]
at org.bonitasoft.web.rest.server.framework.APIServletCall.doGet(APIServletCall.java:172) ~[console-server-7.14.0.jar:?]
But , i don't understand because there isn't a Long process variable in the whole process
Thx