we have couple of user tasks , we need a history of it to track when the task is assigned to users and accepted by users and reassigned to different persons , how do we track this records ,
Do we have any table that stores this information ? will appian have relations created to individual records to Task table so we can create events ? Please let me know ?
Discussion posts and replies are publicly visible
The re-assignment history is accessible via the process history.
The process history is accessible via this plugin:
https://community.appian.com/b/appmarket/posts/process-history
The only other option is to control the reassignment via a custom process and to store that information in a table every time a reassignment occurs.