I'd like to understand how the count of descendant rules affects interface performance and how this count is calculated.
Discussion posts and replies are publicly visible
As Appian tries to run things in parallel, the overall execution time very much depends on the dependencies between function calls.
But, what is your specific question?
Hi Stefan Helzle Thank you for your response.
We’re currently facing an issue with an interface that takes a considerable amount of time to load. To improve its performance, we analyzed the interface and noticed that several descendant rules are being invoked multiple time and contributing to the delay.So, I wanted to understand how this count is calculated.