Hi,
We have set a timeout timer event in our user input node that whenever a user goes idle and does not complete a form within the specified period of time, the system closes the task in our process flow. Whenever that happens, a message is displayed to the user saying that the task was submitted successfully, even though nothing was entered in the form. Is there a way to customize this system notification in this case?
Thanks,
Roberta
Discussion posts and replies are publicly visible
I would suggest using a local variable on the SAIL form, set to refresh periodically - it would calculate when a period of time close to the task timeout timer expiration has elapsed, and at that point, display an error message (one you create yourself), and prevent the user from submitting the form at all, since submitting the form doesn't work at all if the task has already closed due to timeout. If you get creative, you could also show them a warning when there are only so many minutes left (like "less than 10 minutes remain...", then later "less than 5 minutes remain", etc).
Thank you again, Mike! ( a million times )
We will try that.