Need Logout Information

Certified Associate Developer

Hi,

Is there any way we can find logout information/activity of the users? As login-audit.csv file only gives you information/activity of logged in users.

Any help or pointers is highly appreciated.

 

Thanks,

Kaushik

  Discussion posts and replies are publicly visible

Parents
  • Hi ,

    As you have correctly mentioned that login-audit.csv file only gives you information/activity of logged in users.

    To capture user activity/logs of the user input task/process performance i can suggest the following ways:

    1.With Appian's integrated dashboards and process reports, users can easily monitor key performance indicators, and adjust processes as needed to achieve specific business goals. Among the many metrics provided are several task metrics:

    -- > Lag Time: This metric returns the absolute delay between assignment and acceptance of this task. Time elapsed due to pausing the task is not accounted for.
    -- > Work Duration: This metric returns the elapsed time between acceptance and completion of this task.
    -- > Completion Duration: This metric returns the absolute elapsed time between assignment and completion of this task.

    You can refer the Process Optimization reports:

    docs.appian.com/.../Process_Reports.html

    2.Or else you can create a audit table where you can write data like username,time whenever any user perform any task like clicking on submit button or cancel button as per your requirement.
Reply
  • Hi ,

    As you have correctly mentioned that login-audit.csv file only gives you information/activity of logged in users.

    To capture user activity/logs of the user input task/process performance i can suggest the following ways:

    1.With Appian's integrated dashboards and process reports, users can easily monitor key performance indicators, and adjust processes as needed to achieve specific business goals. Among the many metrics provided are several task metrics:

    -- > Lag Time: This metric returns the absolute delay between assignment and acceptance of this task. Time elapsed due to pausing the task is not accounted for.
    -- > Work Duration: This metric returns the elapsed time between acceptance and completion of this task.
    -- > Completion Duration: This metric returns the absolute elapsed time between assignment and completion of this task.

    You can refer the Process Optimization reports:

    docs.appian.com/.../Process_Reports.html

    2.Or else you can create a audit table where you can write data like username,time whenever any user perform any task like clicking on submit button or cancel button as per your requirement.
Children