Recover deleted PM version

A developer deleted a process model version and we are trying to:

  1. Identify who did it - deletion.log does not show for PM versions
  2. Potentially recover the version

Any ideas?

  Discussion posts and replies are publicly visible

  • For #2 If the pm had been exported, you could retrieve it from the export package. 
    For #1, do you know when it was deleted? Was the latest version published? You could likely make some inferences based on that information. For example, you might ask the person who published the most recent version whether they might have accidentally deleted the prior version. Also, while it's not guaranteed that it would be in there, you can check the db_PD log to see if you can find an instance of a delete call. If there is an instance logged, it would specify the user, though not the specific process model that was deleted. But you could conceivably put two and two together.