I have an app that we are releasing to a lot of users (more than ever before). I have a separate module that will grab all the mongo "stuff" (user ID, user innerface questions, etc., etc.), so I have a listing of everything the user does in regard to their interaction with the app. I was going to run it nightly to capture the day's activity.
BUT>>>>Then it occurred to me, that user can delete their workflow results in the Gallery, and that will erase all the mongo stuff.
I see no way to NOT give them the option to delete - it's automatically there in the UI.
Anyone come across this yet, and if so, how did you solve it?
Thanks.