Hi
I am trying to hyperlink the button to go to another interface. For this I am using a process model but is failing to redirect the user. Below is the image of my process model:
In the User Input Task, I have assigned all users can access the same. And in the form tab, I have selected the interface where I want the user to be redirected.I even read the documentation of the User Input task, it does not provide detailed explanation so it is really difficult to understand.
Discussion posts and replies are publicly visible
Perhaps I also need more context. Assuming you have a start form, and you want to direct users from that form to the "Go To" User Input task form? If this is correct, it looks like you simply need to chain from the start node to the user input task.
Xor is defined as if the cancel variable value is true, direct to User Input task.
Below is the image of the process model in the monitor view:
And the process details are:
If I am missing any more details, please let me know.
Thank You
Try enabling chaining on the path between the Start Node to the XOR. Chaining need to be included on all paths from one form to another.
HiJosh Burwell,
I have enabled chaining on the path, now I am able to go to the desired page in debugging mode, but when I try to run it in app mode (Tempo), nothing seems to work. My work is saved and published.
And also my process does not jumps to end node, below is the image of my process diagram:
I have tried enabling and disabling chaining between User Input task and end node (Go to).
How are you initiating the process in Tempo? Can you provide more details rather than nothing seems to work?
In order to get to the "Go to" end node, you need to submit the "Go To" user input task, which can be done with a!buttonWidget(submit: true) or using a!submitLink().