You are tasked with configuring a process model to store the result of an expression rule for every item in a list.
Which process model design has the lowest memory footprint?
Select an option, then click Submit answer.
-
○
Run MNI over a script task for each item in the list.
-
○
Call a sub-process for each item in the list.
-
○
Configure a script task to use a!foreach to iterate over each item in the list.
-
○
Create a loop of smart service nodes in the process model and execute it for each item in the list.