Hi all,
In Appian, we can create queries directly in a UI, in local variables, or in a process model using script tasks, through rules, and also in node inputs as well. What is the best way to handle them? have come across one such question which I was not sure of.
Discussion posts and replies are publicly visible
Thank you Stefan and Dhananjay, does querying directly in an interface and the one from the script task have a different impact on performance?
Thats just two different things. If you need the data in process, then do that in a script task. If the data is just needed to be displayed to a user, then do it in the interface. Typically you will do a mix of both.