Stop process from going back to start form

Hello All,

I am using a dynamic link in my start form to direct a user to an interface. This interface is used to upload documents. I am facing a problem where user is taken back to start form after he uploads and submits the form using a!buttonWidgetSubmit as the a!buttonWidgetSubmit is ending the process. Is there any way to hold the user in the same page after he submits the from.

 

note: Saving the interface as report works but I cannot do this as there are rule inputs associated with this interface.

 

regards,

Abhishek gaddam.

  Discussion posts and replies are publicly visible

Parents
  • Hi Abhishek,

    When the actual submit should happen ? on Start form or on directed interface ?

    If on start form then on your directed interface's submit button give it value let say "X" .

    In process model, add XOR gateway between your interface and end node. In XOR, check for button value, if X redirect the node to your form or else to End.

    Maybe not a good practice but can serve your purpose.

    Please let me know if it help.
Reply
  • Hi Abhishek,

    When the actual submit should happen ? on Start form or on directed interface ?

    If on start form then on your directed interface's submit button give it value let say "X" .

    In process model, add XOR gateway between your interface and end node. In XOR, check for button value, if X redirect the node to your form or else to End.

    Maybe not a good practice but can serve your purpose.

    Please let me know if it help.
Children
No Data