Skip to main content
May 12, 2023
Solved

Mantain the interface after finishing a process model called by a!startProcessLink

  • May 12, 2023
  • 8 replies
  • 0 views

Hello,

1.- I have a dynamic interface that show some data depending on rule input variables.

2.- In this interface I have a a!startProcessLink that execute a PMO with interfaces in it so the user is sent out of the first interface.

3.-Problem: When the PMO is finished the previous interface is shown with default values and I want to show it with the values it had before the PMO was executed.

Is there any posiibility to solve this problem?

Best answer by mathieud0001

[View:https://docs.appian.com/suite/help/23.1/fnc_system_a_queryprocessanalytics.html]

8 replies

mathieud0001
Brainy
May 12, 2023

If those rule inputs are just parameters for a query getting the data, that won't work since the original interface will be refreshed once the user navigates back to it. I would think you would have to store the original values when you're starting your process via the startProcessLink.

May 12, 2023

it´s not for query data it is for tables that are shown if a variable is true or not, by default is false but the user can change it, and I want it to stayd changed after the Process ends

mathieud0001
Brainy
May 12, 2023

In that case, you'll probably want to persist it in the database.