As per the task history docs,
The persisted taskVariable in camunda is candidateusers=“1,2,3,4,5,6,7,8,9,10”
Can I send payload of taskVariables like below and will it provide the result?
{"taskVariables":
[{"name": "candidateusers",
"value": "1",
"operator": "eq"
},
{"name": "candidateusers",
"value": "2",
"operator": "eq"}]