Skip to main content
January 9, 2023
Question

Passing data from child to parent interface

  • January 9, 2023
  • 5 replies
  • 0 views

You are creating an interface and pass data out to its parent interface. What type of variable is used to achieve this?

    5 replies

    konduruc733182
    January 9, 2023

    Hello pratoshb4714, Can you elaborate your scenario.

    harshitb6843
    January 9, 2023

    Rule inputs. You can use RI to pass data IN and OUT of an interface. 

    January 29, 2024

    why not parameterised process variables ?

    venkatrea696188
    January 29, 2024

    Depends on the context where we using those interfaces , If we are using those in User input tasks we gonna go for Process variables . I mean  data in interface gets saved in Rule inputs first, from there data get transferred to process variables...(Two way transactions). If you use it in Process model

    stefanhelzle0001
    January 29, 2024

    In general, you can use any data type. But the data must be declared in the parent interface. Check out my blog post.

    https://appian.rocks/2022/07/05/data-in-interfaces/