HI,I try to POST a body on a complete of an user task with a nested List in a List with types Object. Unfortenately I have not found the solution yet. Could someone point me in the right direction? Using JSON with Spin is not an option:
{
“variables”: {
“array_of_x”: {
“value”: [
{
“listObject”: {
“value”: [
{
“a”:{ “value”: “2”}
},
{
“b”: { “value”: “4”}
}
],
“type”:“object”,
“valueInfo” :{“objectTypeName”: “java.util.ArrayList”,
“serializationDataFormat”: “application/x-java-serialized-object”}
}
},
{
“listObject”: {
“value”: [
{
“a”:{ “value”: “8”}
},
{
“b”: { “value”: “11”}
}
],
“type”:“object”,
“valueInfo” :{“objectTypeName”: “java.util.ArrayList”,
“serializationDataFormat”: “application/x-java-serialized-object”}
}
}
],
“type”: “object”,
“valueInfo” :{“objectTypeName”: “java.util.ArrayList”,
“serializationDataFormat”: “application/x-java-serialized-object”}
}
}
}