Hi all. I am currently calling Operate API /v1/variables/search to search for all variables within a process instance. However, some large value will be truncated. In this case, not only I couldn’t parse the json but also it becomes missing data to my client.
Anyone could help to advise me what I should do to retrieve the full value of all variables in a process instance please? Many thanks!
Hi Hassang. I tried. Setting truncated to false, will only return variables with non-truncated values. It is just a filter, not a instruction telling Camunda do not truncate the values.