Dear community
Is it possible to query the process instances by a specific (custom) object?
Unfortunately the documentation did not help.
POST /process-instance
I’m using SPIN to serialize and deserialize variables which works fine.
This is how my JSON / Requestbody looks like
{
"variables":
[{
"name": "customer",
"operator": "eq",
"value": "{\"number\":\"10000\",\"name\":\"Moebel Meller\"}",
"type": "Object",
"valueInfo": {
"objectTypeName": "ch.bfh.ti.model.Customer",
"serializationDataFormat": "application/json"
}
}
]
}
The response always returns an empty array …
Any help would be much appreciated!
Thanks in advance!
Kind regards,
Thomas