Appian Senior Developer (ACD101) — Question 7
What are three ways to trigger a process from a process model? (Choose three.)
Answer options
- A. Use a subprocess.
- B. Call a web API.
- C. Use a!recordActionItem().
- D. Use a Start Process smart service.
- E. Run a!startProcess() from a script task.
Correct answer: A, B, D
Explanation
The correct options, A, B, and D, all represent valid methods to initiate a process from a process model. A subprocess allows for nested process execution, a web API can be called to start processes externally, and a Start Process smart service is specifically designed for this purpose. Option C is incorrect as a!recordActionItem() does not initiate a process, and option E is also incorrect because running a!startProcess() from a script task is not listed as a method to trigger a process directly from the process model.