Submit Form Timer

I am trying to build a process where the flow never technically ends. Instead, the user calls the flow's URL and submits a form which then should bring them to the beginning of the flow. However, if the submitter does not submit the form, the flow will hand. Is there a way to force a form to close in a designated time and then continue again?

Comments

  • This is possible by using the TimerExit Form Control to automatically close the form after a given period of time. This can be invisible if you would prefer the user to not see the timer.

    An outcome path is made from the form control which can then be mapped to an End Form Session step which would redirect the user back to the URL that is originally called.

    Please see the attached project as an example.

    Please Note: The examples attached were developed to be instructional, and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact: services@decisions.com.

Sign In or Register to comment.