It is not possible to manipulate list or arrays with the Workflow REST API , for instance the participants cannot be set when completing a task using the /api/v1/task/{taskId}/{action} end point.
The culprit should be JsonEncodeDecodeUtils#decodeVariables, which only handles number or text values.
- duplicates
-
NXP-18656 Fix workflow array variable deserialization on REST APIs
- Resolved