Appian Associate Developer (ACD100) — Question 21
Which function allows you to trigger a process on interface reevaluation and remain on the same interface after the process starts?
Answer options
- A. a!startProcess
- B. a!dynamicProcess
- C. a!processTaskLink
- D. a!startProcessLink
Correct answer: A
Explanation
The correct answer, a!startProcess, is specifically designed to initiate a process and keep the user on the current interface. The other options, such as a!dynamicProcess and a!processTaskLink, serve different purposes and do not provide the same functionality of maintaining the current interface during process execution.