This element specifies a group of parameters that are passed to the task.
Element Information
Table 63 provides information about the TaskItem element.
Table 63. TaskItem Element Information
Attribute |
Value |
Number of occurrences |
One or more for each Task element |
Parent elements |
Task |
Contents |
Param |
Element Attributes
Table 64 lists the attributes of the TaskItem element and provides a description of each.
Table 64. Attribute and Corresponding Values for the TaskItem Element
Attribute |
Description |
Type |
Specifies the of element type that will be created in the UDI Wizard configuration file. An XML element will be created that corresponds to the value of this attribute. For example, if the value for this attribute is File, then a File element will be created in the UDI Wizard configuration file. Currently, the only values supported are: · File, which requires two Param child elements (one Param child element with the Name attribute set to Source and another Param child element with the Name attribute set to Dest) · Setter, which requires one Param child element |
Remarks
None.
Example
None.
Related Topics