Hi
I am trying to build a use case where user clicks on a button in UI and that redirects the user to a new interface leaving current interface in same tab.
I am trying to implement this using a!startProcess() in saveInto parameter of that button. Calling the process which has start node, user input task(containing new interface)- assigned to pp!initiator, then end.
When I click on button, the process triggers successfully but UI doesn't redirect to that new form in the process model called. And process keeps waiting for the user to complete the task.
Can someone help what I might be missing?
Discussion posts and replies are publicly visible
a!startProcess() starts the process in the background. Keep in mind that we build process applications in Appian. And user interfaces are part of such a process, or part of a record.
Said that, what is your use case?
I want to show a new interface on click of a button which is in another interface. When that button is clicked the old interface should disappear and new interface should appear.
The button is supposed to perform action so form should be called through process model.
Then, use a cardLayout to simulate a button.