Define the Input Parameters

Input parameters define the data that the process requires.

Procedure

  1. In Project Explorer, drill down and select Parameters under WelcomeUsers-Process.

    Parameters open in the Properties pane.

  2. Click Add Parameter (INS).
    A new parameter has Type text, and its Label and Name are "Parameter".
  3. Click Label to change "Parameter" to "UserName".
    The Name also changes to "UserName".
  4. Change the Mode to In, because it is an input to the process.
  5. Repeat steps 2 to 4 to add a second parameter, PhoneNumber.

    Project Explorer includes the two new parameters under Parameters.

  6. Press CTRL + S to save the changes.