Skip to main content
arpita0001
June 20, 2021
Question

MNI vs Looping functions

  • June 20, 2021
  • 8 replies
  • 0 views

Why looping functions are better than using MNI?

8 replies

stefanhelzle0001
June 20, 2021

System load is way lower and execution time much higher. Is this a general or a specific question?

arpita0001
June 20, 2021

Hi Stefan, Thanks for the answer but can you explain little bit more technically about it? because I am still in a learning phase in Appian and also if someone ask me this question in interview then how should I answer it?

stefanhelzle0001
June 20, 2021

Hm ... key difference is that looping functions are just functions with a low execution overhead and memory footprint. MNI means to execute a node in a process multiple time which means that this node must go through the whole process execution mechanism. And this takes way more precious bytes and cpu cycles ;-)