Posting task variables using save button

Hello Camundas :slight_smile:

I’m trying to create a task that posts its variables whenever the save button is clicked by the user ( I don’t want these variables to be posted on clicking “complete” one since I need to create a ability for users to update the task’s variables as many times as they need withing a particular duration").

Thank you in advance

Could you add another button to your form that executed a JS call to save the variables?
The save button just saves content locally in the browser and does not submit to server.

1 Like