How do I return a completed task to the process?

I would like to return a completed task to the process. Is it possible to do this somehow?

Hi @Eskin,

You can modify process instance execution state using below REST call

https://docs.camunda.org/manual/7.16/reference/rest/process-instance/post-modification/

1 Like