Hi,
I have a need to keep track of when processes have been cancelled/paused/deleted (sometimes incorrectly).
This would help with an audit trail of actions taken and potentially highlight where this action could lead to system design improvements to prevent the need for the action in the first place.
Thanks
Discussion posts and replies are publicly visible
From the monitoring tab, there is not a way to viewing who canceled/paused a process. You can always go into one of those processes and view the process history to see which users canceled the process. I recommend looking into Process Reports https://docs.appian.com/suite/help/20.3/Process_Reports.htmlThis gives you the ability to create a custom report where you can add default filters to only show processes that have been canceled/paused and you can tap into the process history as well. From there, it's easy to use a!queryProcessAnalytics() to create a custom interface