Skip to main content
June 1, 2021
Question

How to find the audit log trace of task reassignments feature provided by appian

  • June 1, 2021
  • 4 replies
  • 0 views

Hi All,

We have a requirement to display the audit log of task reassignment to other teams in the Task list . Any ways to find out the audit histories of task reassignment . 

Does appian provides this feature in 20.4? 

4 replies

stefanhelzle0001
Brainy
June 1, 2021

AFAIK this is not logged, or at least not in a way it is easily accessible.

Participating Frequently
June 1, 2021

Process history has this data.

You can use Process History plugin to get history of a specific process.

If JAVA development is an option, you may extend/create new plugin for your specific use case using public APIs

stefanhelzle0001
Brainy
June 1, 2021

The plugin has some serious flaws. Depending on what you want to do, it might work.

Participating Frequently
June 1, 2021

It is working fine for our use case. We didn't encounter any issues so far:

One of the things to consider is process instance security. Process initiators cannot view this data, viewers and greater access can view this data.