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
1. Yes
2. No
3. No
4. Define "unexpectedly"! I have seen people adding reverences to their apps, and then deleting the objects, instead of removing references.
5. AFAIK the log file is the only source.
6. Education
When you delete the objects withing application, it will delete the objects entirely from environment, even though the same object is there in different application, so instead of deleting make sure to remove from application, click on Mov and select Remove from App
thank you Stefan Helzle then how it was happen, in system log why my name was there, i didn't delete that object
ok thank you geethas018826
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
Thank you Shubham Aware