Hi Team,
I came across an unexpected situation in Appian and would like to understand the possible root cause behind it.
While reviewing the system logs, I noticed that a few interface objects were deleted at timestamp 2026-05-29 04:44:18. The logs show the deletion action under my username.
2026-05-29 04:44:18
However, during that time:
The surprising part is that interfaces from another application were also deleted, even though I did not manually access or delete them.
I have a few questions regarding this behavior:
04:44 GMT
10:14 AM IST
Would appreciate any insights from the community or anyone who has experienced similar behavior.
Discussion posts and replies are publicly visible
Logs are in UTC, so 04:44 UTC = 10:14 AM IST (your call time). Compare & Deploy cannot delete objects from another app. Deletions are logged under your username even if triggered by automation using your credentials. Most likely cause: Another session (CI/CD pipeline or unauthorized access) used your credentials at that time. Check deletion.log, login-audit.csv for concurrent sessions, and CI/CD logs. Use DEPRECATED status instead of delete, give Viewer-only permissions, check dependencies before deletion, and backup before any deletion.
yes i do took the backup for other application which we want to test, but i don't understand how these object are deleted which is not related to that particular application