I am using Camunda Platform 7.19.0. I am trying to set an Object variable from Task list or from the REST API. For example, when I try to create an ArrayList variable from like this
I have already added camunda-engine-plugin-spin in Gradle dependencies. I have checked the documentation about serialization/deserialization, but I am still confused about how to set Object variables.
Any help would be appreciated.
Hi @hassang
With that, I get this error: {"type":"InvalidRequestException","message":"Cannot put process instance variable myArrayList: Must provide 'null' or String value for value of SerializableValue type 'Object'.","code":null}