What is the best way to restart a flow that is called through entering a URL into a browser?

I have a flow that is called through entering a URL. I was wondering how I could restart the flow back to the beginning as if it was a whole new flow.

Comments

  • Hello,

    You can redirect a flow to the same URL using an end form session step. The step will redirect the user to the same URL that called the flow to restart the process. I will explain how to do this in the following steps. 

     

    Note: For this to work, you need to have a flow that is run by entering a URL. For more information on how to set this up refer to the following documentation: https://documentation.decisions.com/docs/user-interface-integration 


    Steps: 

    1. Add End Form Session step to end of flow. 
    2. Toolbox > Designer Entities > Forms [End] > End Form Session
    3. Select End Form Session step and change behavior
    4.  Properties > Behavior > Options > select drop down > Open URL.
    5. Add the URL used to call the flow to step. 
    6.  Properties > Inputs > URL > *insert user interface Open URL*


Sign In or Register to comment.