C.8.7.2. task

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

AttributeDescription
idArbitrary unique identifier assigned to the task.
captionOptional. 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-missingOptional. Disables the task if an object matching the group name does not exist.
hide-if-missingOptional. 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.

Table 4: Element Information

Parents tasks
Children update-event, activate-event
End Tag Required

Also See: taskref