This element specifies a task that is to be run on the page specified in the parent Page element.
Element Information
Table 110 provides information about the Task element.
Table 110. Task Element Information
Attribute |
Value |
Number of occurrences |
One or more within a Tasks element |
Parent elements |
Tasks |
Contents |
ExitCodes, File, Setter |
Element Attributes
Table 111 lists the attributes of the Task element and provides a description of each.
Table 111. Attributes and Corresponding Values for the Task Element
Attribute |
Description |
DependsOn |
Specifies whether the task is dependent on another task. The value of this attribute is set to the Name attribute of another Task element. Note This attribute cannot be configured using the UDI Wizard Designer. However, you can manually add this attribute to a Task element by directly modifying the .xml file. |
DisplayName |
Specifies the user-friendly name of the task displayed in the UDI Wizard Designer. This name is usually more descriptive than the Name attribute. |
Name |
Specifies the name of the task. This name must be unique. |
Type |
Specifies the task type for the task to be run, which is defined in the DLL that contains the task. |
Remarks
None.
Example
None.
Related Topics