<Action>
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
In a Task Agent xml file, this tag encloses the user interface definition for this action. The java_class attribute contains a fully-qualified Java class name.
Example
In a Task Agent xml file,
<Action java_class="com.osm.automation.action.MultiSelectCreateJobScheduleAction">
<!-- Action definition -->
</Action>
Was this helpful?