new ParameterType()
Definition of a data parameter passed to BRM when a work item is scheduled.
Constructs a new ParameterType.
The following features are supported:
Complex Value
Value
Array
Name
Members
Array :boolean
Boolean value indicating whether this parameter contains an array of values (default is false).
This property holds the value of the 'Array' attribute.
Type:
- boolean
ComplexValue :Array.<Object>
Value(s) of the complex object. The value is of xs:anyType as it contains the entire complex object as XML.
This property holds the value of the 'Complex Value' containment reference list.
Type:
- Array.<Object>
Name :string
Parameter name - for example, Age.
This property holds the value of the 'Name' attribute.
Type:
- string
Value :Array.<string>
Parameter value(s) - for example, 10.
This property holds the value of the 'Value' attribute list.
Type:
- Array.<string>