In this example, the data on whether a customer is new or existing will affect the duration of the Take Customer Details Activity. For this reason, we need to create a Parameter to represent whether a customer is new or existing.
Procedure
In the Project Explorer under the Process, right-click
Parameters and select
New Parameter.
Click
Next to accept the displayed Project, Package and Process.
Enter
ExistingCustomer as the
Name, select
String for the
Type and click
Finish.
In the Project Explorer, select the Process and go to the Simulation tab on the Properties view. This shows the Parameter that you created (ExistingCustomer).
Click
Add Value. This adds a value called New Value. Double-click the value and rename it to Yes. Repeat this to create a No value. The result should look like this: