Skip to main content
swapnar6405
April 5, 2023
Question

Session concept in Appian

  • April 5, 2023
  • 7 replies
  • 0 views

Hi,

I came from a .NET background and I have handled lot of data using session concept. I have used session variables to pass the data from one page to other page.

I would like to know if there is any such Session concept in Appian.

Are there any session identifiers  that are being used by Appian for form fields.

7 replies

komalj3844
April 6, 2023

Hi There is nothing like session here , but we use rule inputs, to be passed  among form fields and interfaces 

swapnar6405
April 6, 2023

Thank you Komal.

abhayd3663
April 6, 2023

Rule Inputs and Parameterized Process Variables are used to pass data from one object to other.

anshurajsinghr3189
April 7, 2023

We use rule inputs, to be passed CDT as well

harshitb6843
April 19, 2023

You use rule inputs to pass data from one object to another object. Unlike OOPS, object aren't related to class here rather they mean the smallest division of an application. More like building blocks. 
Rule inputs are like parameters of a function which can accept values from outside of them,