<ActionMenu>
Section:
UI (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 information enclosed by this tag defines an action menu. The wm_java_class attribute specifies the Java business object for which the action menu is available. The include_derived attribute specifies whether the action will be available for derived business objects.
There may be multiple <ActionMenu> definitions in a Task Agent xml file.
Example
<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>
Was this helpful?