Hello
I need advice .As my requirement after registered data to database and redirect register form.
below is my process model flow.
which flow is better and good for redirect interface.
Is there any other method other than the Flow I implemented?
Thanks
Discussion posts and replies are publicly visible
Hello spykid
If it is just to display I would suggest simply use a interface next to the write records. Your second model will not show you the Interface anyway. The first one would write the data again if not handled well.
Konduru Chaitanya
Thank you for your reply.
My requirement is after registered data i need to display register form again . if there is no user action terminate the process model .
my second model show the interface again.
II'm worried about a flow that calls the same process model again in a subprocess is a good idea.
Is there no other way to redirect initial interface?