Skip to main content
July 25, 2022
Question

When configuring a user input task in a process model, what must the data from the form be saved into in order to pass it to another activity? is it rule input or node input?

  • July 25, 2022
  • 3 replies
  • 0 views

When configuring a user input task in a process model, what must the data from the form be saved into in order to pass it to another activity? is it rule input or node input?

    3 replies

    July 25, 2022

    If you want to pass the data from the interface into process model and then again to another interface. you have to follow below steps:

    1) create rule inputs in interface.

    2) store the value of those input into process variable and then pass those variable into another interface as an input.

    stefanhelzle0001
    Brainy
    July 25, 2022

    I recommend the tutorials to get a better understanding of how this works.

    docs.appian.com/.../Tutorials.html

    harshitb6843
    July 25, 2022

    The data is saved from Rule inputs to Activity Class variables (AC). Now when the data is in AC, it is accessible only within that node and the data will be destructed as soon as the node completes. If you want to carry this data forward to the next node, then you have to save it in Process Variables (PV). 

    Saving data from RuleInputs/NodeInputs to AC is done on the "Form" tab.
    Saving data from AC to PV is done on the "Data" tab.