<UI>
Section:
Task Agent
Required:
No
Value type:
None
Default:
Defined in jobconfig files
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The <UI> section, if included, defines the user interface components of a job description. The <UI> tags must enclose the entire section. See the individual tags for more information.
Example
<UI>
<ActionMenu wm_java_class="com.osm.datamgmt.biz.Model" include_derived="true">
<Name>eDrawings 3D</Name>
<JobGroup catalog="automation" msg_num="262">3D Viewing Format Tasks</JobGroup>
<Action java_class="com.osm.automation.action.MultiSelectCreateJobScheduleAction">
<Description>Creates a new eDrawings 3D Generation Task for this Model</Description>
</Action>
</ActionMenu>
</UI>
Was this helpful?