I am using Camunda 7.18 as a standalone server
I need to reinstate a cancelled process with the same ID so that I may access history.
By the way, I discovered the restart method, but it began with a different process instance ID, so if I use it, I would lose the history of the previous process.
You’re right, the “restart process instance” functionality in Camunda 7.18 creates a new process instance, which means it doesn’t solve your problem of retaining the history of the original process instance with the same ID. loweskidsworkshop.com
Unfortunately, Camunda 7 does not provide a direct, built-in mechanism to “reinstate” or “uncancel” a process instance while maintaining the same ID and history. Once a process instance is cancelled, its state is finalized in the history.