once process instance is completed its complete state information is deleted and thus cannot be reloaded. If you use history log then you could record important information (like process variables, etc) of that process instance and create new process instance based on that data if your use case requires such "reload".
HTH