How to Customize the UI Task timeout error message and to come out of the task

Certified Senior Developer

I want to show customized confirm dialog box (instead of the Appian default "The Task Couldn't be submitted" message) whenever the user input task is timed out (in our case the exception timer we have kept for UI task is 20 mins).

Also at present when the user clicks OK button in the default dialog box, then the page stays there and either the user have to press F5 to restart the process or have to click on any of the SITE tabs to come out of the screen.

Instead, I have a requirement to come out of the current UI and the system should redirect the user to the page where the process was called from eg., if the process was a related action and one of the UI task timed out, on click of OK button the system should redirect the user to the page where the process was triggered i.e., record summary page.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to David J (NTT DATA)
    using a timer exception in the interface to redirect the user

    This wouldn't actually "redirect the user" though.  The user (who's walked away to have lunch and exceeded the timer value) will still see the (now expired) task on their browser screen when they get back.  In the background, the process has followed the exception flow and now the user has an extra task in their Tasks List, but they still won't see that until they deal with the current task's error message and successfully navigate back to home/etc.

Children
No Data