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?
Discussion posts and replies are publicly visible
Read my question again. I am asking about going from 2 to 1 in the same instance with a start form.
you can read OP's question again and if required have a look on the image as well which i attached. on click on cancel button in Interface 2 we are using XOR gateway to check the condition. if submit button click then the flow will end else it will go to user input task(interface1).
Please see the UIT labels as well.
Humble request to have a look on below.
You can label the interface any number but that doesn't solves the actual problem here. Anyway, udhayakumarm0001, going back to same interface is possible but not in the same instance, when you have this process plugged as a site page.You can just end the process when cancel button is pressed on interface 2 and that should take you back to interface 1.
Thanks It is worked
Thank you Udhay