Appian Senior Developer (ACD101) — Question 6
You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
Answer options
- A. Toggle the Parameter field to "True" on the configuration of a process variable.
- B. Create process variables on the Data Management tab of Process Model Properties.
- C. Add an interface as a Process Start Form.
Correct answer: A
Explanation
The correct answer is A because toggling the Parameter field to 'True' allows the process variable to accept inputs from other components of the application. Option B is incorrect as creating process variables alone does not facilitate data transfer without the Parameter setting. Option C is also incorrect since adding an interface as a Process Start Form does not inherently allow for passing data into the process.