Fill form field in user task via rest api

Hi All,

I have user task with form like this

my question is can I fill the data in the form via rest api? if yes, which Payload i must use?

second question, can I fill the data in the form based on variabel that i set in the previous event?

Many Thanks

Refer this page: Submit Task Form | docs.camunda.org

you can use VariableManager in the form to populate the values.

Hi @dimasrij

You can even use the task complete API to fill in the details and complete task.

POST /task/{id}/complete