Parameter Distribution (WorkflowProcessSimulationData)

Allows you to define simulation parameters and distributions. Simulation parameters are used in splits and in parameter-based distributions for activities.

<xpdl:ExtendedAttributeName="WorkflowProcessSimulationData">
<simulation:WorkflowProcessSimulationData>
    <simulation:ParameterDistributionParameterId=
    "ExistingCustomer">
         <simulation:EnumerationValue Value="Yes"          WeightingFactor="10.0"/>
         <simulation:EnumerationValue Value="No"          WeightingFactor="10.0"/>
    </simulation:ParameterDistribution>
</simulation:WorkflowProcessSimulationData>
</xpdl:ExtendedAttribute>
Attribute Example Notes
ParameterDistributionId
<simulation:ParameterDistributionParameterId="ExistingCustomer">
Specifies the parameter that will be evaluated to determine flow through the split.
EnumerationValue
<simulation:EnumerationValue Value="Yes" WeightingFactor="10.0"/>
Specifies the possible values for the parameter.
WeightingFactor
See EnumerationValue example.
Specifies the weighting given to each transition in the split. For example, if each transition has the same weighting (10 in the previous example), the split will be 50:50.