I use:
…/API/bpm/activity/{{v_selectedRowProyectoActivo.id}}
with the var v_selectedRowProyectoActivo.id i have the task id.
When i try to update the task priority from normal to highest i cant make it via API REST.
i send: {“priority”: “highest”} to try to update the field.
I’m using bonita bpm 7.2.2
Thanks for the help.