Skip to main content
September 9, 2022
Question

Process model

  • September 9, 2022
  • 15 replies
  • 0 views

Hi I am having a landing page in process start form in that landing page I am having a interface(interface 1) inside that after I hitting the submit button it is going to display and another interface(interface 2) that is outside of the landing page interface .In that Interface 2 there is cancel button  when I hit that it want to come back to the interface 1 in the landing page. can anyone suggest some idea?

    15 replies

    harshitb6843
    September 9, 2022

    If interface 2 is outside the start form and in the process as a separate UIT, then just end the process and you'll land back to the start form. 
    If it is inside your start form, then you can use variables to control what interface you want to show. 
    Like change the value of a variable to 1 to see interface 1 and change the value to 2 to see interface 2

    September 9, 2022

    you can not come back to process start form. You can create a seperate user input task for the same form which you used into start event. From the second user input task, you can set the value to these button and pass it to process variable and check the variable value via XOR gateway and set the flow accordingly.

    September 9, 2022

    No I cannot able to create the user input task becoz this process model is used in site and a site must have a process start form

    September 9, 2022

    One question, on click of cancel you want to end the process instance and start a new one or you want to stay on the same instance? if you want to stay on the same instance then there will be a start form and user input tasks with the same interface(1st UIT with interface1 and 2nd UIT with interface2 and process start form with interface1). both should be there for the process start form interface. After the cancel click, you will go towards the user input task1 which is having the same interface as process start form.