Process Instance Restart

I tried to restart a process instance (synchronously) but the response is without content, it’s not giving to me the new id.
Is this the intended behaviour?

Is there a difference if I restart an unfinished process instead of a completed one?

From what I noticed, for a completed process, a new instance is created, but I don’t have any info about it.

Hi @Mizar01,
that the response is without contect is expected. The call should return Status 204 without content. See the docs here for details: https://docs.camunda.org/manual/7.8/reference/rest/process-definition/post-restart-process-instance-sync/

I hope this helps you.

Cheers,
Mat

1 Like

Would be nice to have though. I raised a feature request: https://app.camunda.com/jira/browse/CAM-8895