Defines a task.
<task id="uniqueID" caption="uniqueID_Caption" tooltip="uniqueID_Tooltip" disable-if-missing="group_name" hide-if-missing="group_name" check-ambiguity="{model | environment | solution}" icon="url" deemphasize="{yes | no}">
Table 3: Attributes
Attribute | Description |
---|---|
id | Arbitrary unique identifier assigned to the task. |
caption | Optional. Specifies the string ID of the text to display in the task caption. Defaults to "uniqueID_Caption" if not specified. |
tooltip | Optional. Specifies the string ID of the text to display in the task tooltip. Defaults to "uniqueID_Toolip" if not specified. |
disable-if-missing | Optional. Disables the task if an object matching the group name does not exist. |
hide-if-missing | Optional. Hides the task if an object matching the group name does not exist. |
check-ambiguity | Optional. Automatically tests for ambiguity of an outline level prior to processing event rules. |
icon | Optional. Specifies the URI of an image to use as the task icon. See URI Address and Path Considerations. |
deemphasize | Optional. Causes a task inside an emphasized group to render with a deemphasized style. |
Also See: taskref