Hello!
I’m implementing custom UI for user tasks and there is a need in viewing attached files created as a variables in previous steps. In the Camunda cockpit I see the file and can download it. So, file is there. To dowinload it with REST API following call may be executed: variable-instance/{variable_instance_id}/data and also works.
But the question is where actually to get value of variable_instance_id? Response of the REST call to task/{task_id}/variables doesn’t contain id of the variable instance.
BR
Oleg L.