<JobType>
Section:
TransactionAgent (Task Agent)
Required:
Yes
Value type:
String
Default:
Defined in TaskAgent.xml
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag specifies the type of job defined by this TransactionAgent.
TransactionAgent
JobType
com.osm.automation.agent.DrawingStateChangeAgent
drafting.conversion
com.osm.automation.agent.ModelStateChangeAgent
modeling.conversion
com.osm.automation.agent.ClashAnalysisStateChangeAgent
modeling.clashanalysis
Example
This example shows a configuration for the tag:
<TransactionAgent java_class="com.osm.automation.agent.ModelStateChangeAgent">
<JobType>modeling.conversion</JobType>
</TransactionAgent>
Was this helpful?