Define the Input Parameters
Input parameters define the data that the process requires.
- Procedure
- In
Project Explorer, drill-down and select
Parameters under
WelcomeUsers-Process.
Parameters open in the Properties pane.
- Click
Add Parameter (INS).
A new parameter has Type text, and its Label and Name are Parameter. - Click
Label to change Parameter to UserName.
The Name also changes to UserName.
- Change the Mode to In, because it is an input to the process.
- Repeat steps 2 to 4 to add a second parameter, PhoneNumber.
Project Explorer includes the two new parameters under Parameters.
- Press Ctrl+S to save the changes.