Hi Appian PalsPlease have a look on the interface below, this is having different cards, and each card is having independent interface behind it and can be accessed using a button click.This is also the main interface of my site.The main issue is when I click and open the child interface from this card, I have a grid which is having synchronous process for deletion of record.But after the successful completion of the process, it is brining back to the main home interface instead of the child interface.Again I am back to the main interface, instead of the child interfaceThe process should end on the interface where it started.Any workaround on this?
Discussion posts and replies are publicly visible
Do you use a startProcessLink? If yes, this is expected behaviour. The reason is, that Appian does not preserve the state of any local variable you might use to manage the state of your interface. As the process flow completes, the interface is refreshed including any local.
You can use startProcess to trigger the process in the background and stay on your interface.
Hello! How can I do this if I'm using an Icon for the user to click and trigger the process? and I want to stay in the same interface?
Do what exactly? Different things have been discussed here?
Starting a process when a user clicks on a icon, but without leaving the current interface, right now I was using a process start link but that refresh and it takes the user out. I wanted to see if there is away with what you mentioned the process start but inside a text icon.