Is there a way to identify the user who has deleted a process instance?

Is there a way to identify the user who has deleted a process instance? Maybe in some logs? Thanks....

OriginalPostID-135075

  Discussion posts and replies are publicly visible

Parents
  • Olivier,

    I was able to log the process instance deletions by Increasing the logging level of the engines:

    1. Stop JBoss
    2. Stop Appian
    3. Create a copy of <APPIAN_HOME>\\server\\_conf\\logging\\log.properties in that same directory and call it log_db_PX.properties
    4. Edit this line changing it from WARN to DEBUG

    configure.a.p.PROCESS.i=DEBUG, SERVER

    5. Start the environment the normal way you do it.
    6. Process deletions will now be logged in <APPIAN_HOME>\\logs\\db_PX****.log.
Reply
  • Olivier,

    I was able to log the process instance deletions by Increasing the logging level of the engines:

    1. Stop JBoss
    2. Stop Appian
    3. Create a copy of <APPIAN_HOME>\\server\\_conf\\logging\\log.properties in that same directory and call it log_db_PX.properties
    4. Edit this line changing it from WARN to DEBUG

    configure.a.p.PROCESS.i=DEBUG, SERVER

    5. Start the environment the normal way you do it.
    6. Process deletions will now be logged in <APPIAN_HOME>\\logs\\db_PX****.log.
Children
No Data