Appian Lead Developer (ACD200) — Question 18

You are designing a case management application. The initiator creates a case, and the reviewer reviews it approximately 7 days later.
You have already designed a process model for the initiators to create the case.
Which process model design will result in the lowest memory impact? (Choose the best answer.)

Answer options

Correct answer: A

Explanation

Option A is correct because it allows the case to be stored as a record, minimizing memory usage until the reviewer is ready to access it. Options B, C, and D require additional memory for task assignments or process initializations, which increases memory consumption unnecessarily.