You need to configure your process model to store the result of an expression rule for every item in a list. Your design must have the smallest memory footprint.
What should you do?
A.
Invoke a sub-process for each item in the list.
B.
Configure a script task to use a!forEach() to iterate over each item in the list.
C.
Create a loop of smart service nodes in the process model and execute it for each item in the list.
D.
Execute MNI over a script task for each item in the list.
Configuring a script task to use a!forEach() to iterate over each item in the list allows you to process all items within a single task, minimizing the memory footprint compared to multiple subprocesses or smart service loops.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit