You are creating an interface and pass data out to its parent interface. What type of variable is used to achieve this?
Discussion posts and replies are publicly visible
Hello pratosh, Can you elaborate your scenario.
Rule inputs. You can use RI to pass data IN and OUT of an interface.
why not parameterised process variables ?
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/
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