Hello
I have a requirement that I need to create an interface to show some filtered process history.
An example would be to show all email, and user input tasks that have been run for a particular process.
Any ideas on a solution to grabbing this info? I see process reports don't seem to access this data.
Thanks!
Discussion posts and replies are publicly visible
https://community.appian.com/b/appmarket/posts/process-historyThis Plug-in contains a function, getProcessHistoryInfo(), which exposes process history details for a given process id. It returns a ProcessHistoryInfo CDT which contains process information along with a HistoryData CDT array that contains the history details.