Hello,
I would like to know if there's a way to detect the User abandoning a session.
The issue is that there are User Input Tasks that I lock to specific users when they accept them.
I have a problem with the case where the User exits the form not by clicking the "EXIT" button, but by just closing the browser tab, which leaves the process running until timeout and the task remains locked.
Is there a way, other than the timer, to determine whether the User had abandoned a session on a form?
Thank you.
Discussion posts and replies are publicly visible
No. You cannot detect when the user runs away. This is why Appian uses the "Start Form" concept which starts the process only after submit. And a real task in a process should probably stay with the user.