Can we recreate a completed user task

My process workflow has many user tasks. And, all tasks are complete hence whole process itself. But, due to business demand we have to regenerate a specific user task. Is there a way?

Thanks
Alok Anand

Hi,

If the process instance is completed, you cannot perform such operation on it.
You can start another process instance at specific activity by providing startInstaructions:
https://docs.camunda.org/manual/develop/reference/rest/process-definition/post-start-process-instance/#request-body

2 Likes