Skip to main content
December 17, 2024
Solved

Is there any way to check who delete the process model version

  • December 17, 2024
  • 3 replies
  • 0 views

As title says are there any way to check who has deleted the version of specific process model, or is there any way to prevent users from deleting the process model version?

Best answer by mathieud0001

Deletions

Object and plug-in deletions are recorded in a comma-separated value (CSV) file, deletion.log, in the <APPIAN_HOME>/logs directory. If an object or plug-in is deleted and you need to know when it was deleted and which user did it, you can refer to this log file.

https://docs.appian.com/suite/help/24.3/Logging.html

You can prevent deletion by setting viewer privileges on the process model.

3 replies

mathieud0001
December 17, 2024

Deletions

Object and plug-in deletions are recorded in a comma-separated value (CSV) file, deletion.log, in the <APPIAN_HOME>/logs directory. If an object or plug-in is deleted and you need to know when it was deleted and which user did it, you can refer to this log file.

https://docs.appian.com/suite/help/24.3/Logging.html

You can prevent deletion by setting viewer privileges on the process model.

December 18, 2024

Thanks, by the way is that the only way to check?

mathieud0001
December 18, 2024

AFAIK, yes.