Skip to main content

I have a process instance that completed prematurely due to some data not being correctly written. When the next step's precrule evaluated the data, it didn't see the item giving it the OK to start, so the instance completed.


Is there any way to revive it other than to do a db restore from an hour earlier?


 

You do not have user interfaces to relaunch a completed instance... but what do you think about doing something with the client API with a process admin user?



  • Create a new instance
  • Set folio and all data and xml fields after getting them from the completed instance
  • Start the new instance
  • use the GoToActivity to go directly where the previous instance has stopped.

Hope this help. 


Reply