Back button in an Interface

I have a scenario where i have quite a few user input task with few script task in between them . I want to add a back button which will navigate the user to the previous User input task on the click of that back button .What will be the best approach to accomplish this.


Currently i am using a gateway , which will check if the back button is clicked and redirect it accordingly

Is this a suitable approach ?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hi ,

    It will work. You will get your previous entered value.
    Please try this : -
    1)Create a process Model with 2 User Input Task with same Interface may be you can use one text box with ri!test and pv!test in Process model.
    2) call that Interface in both the User Input task, Mark chaining and select "Allow users to step back to this node from the next chained activity." this option in both the User Input tast.
    3) Save value in ri!test and Pv!test
    4) once you will come Go back from 2nd User Input Task to first user Input task, you will see the previous entered value only.

    I am sure this will work.

    Thanks,
    Sandeep