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
- A. When all case details are entered, the case appears as a case record, and when the reviewer is ready to review the record, they can do so via a related action from the case record.
- B. When all case details are entered, the process flow will proceed and assign a task to the reviewer to review the record.
- C. When all case details are entered, the process flow will call a Start Process node to initialize a review process model for the reviewer.
- D. When all case details are entered, the process flow will call a Sub-Process node to initialize a review process model for the reviewer.
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.