Update User Task From External Application

Hi

How can I update a user task with an external application? I have an external application where I would like the user interaction to happen to approve a request. How can I take that approval value and put it into Camunda so that the workflow can continue?

You can communicate with Camunda via the REST-API.
To complete an UserTask you have to use this API: