<Job>
Section:
Task Agent
Required:
Yes
Value type:
String
Default:
Defined in jobconfig files
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
<Job type="" java_class="" has_result_data="">
type: A unique name that identifies this job (the job type is stored in the database for scheduled tasks). Jobs starting with modeling are always processed by Creo Elements/Direct Modeling; those starting with drafting are always processed by Creo Elements/Direct Drafting. Multiple job types may be defined, as a comma-separated list.
java_class: The Java class containing the default definition for this job type.
has_result_data: Indicates if this job generates result data to store in the database or send by e-mail. If true, a <ResultHandler> must be specified.
jobconfig XML file
type
java_class
has_result_data
DraftingConversion.xml
viewablegeneration
drafting.conversion
com.osm.automation.DefaultScheduledJob
true
DraftingPlot.xml
plot
drafting.plot
com.osm.automation.plot.PlotJob
false
ModelingClashAnalysis.xml
clashanalysis
modeling.clashanalysis
com.osm.automation.clash.ClashJob
true
ModelingConversion.xml
modeling.conversion
com.osm.automation.DefaultScheduledJob
true
ModelingConversionAnfCatiaV4.xml
modeling.conversion.anfcatiav4
com.osm.automation.DefaultScheduledJob
true
ModelingConversionAnfCatiaV5.xml
modeling.conversion.anfcatiav5
com.osm.automation.DefaultScheduledJob
true
ModelingConversionAnfIdeas.xml
modeling.conversion.anfideas
com.osm.automation.DefaultScheduledJob
true
ModelingConversionAnfProEngineer.xml
modeling.conversion.anfproe
com.osm.automation.DefaultScheduledJob
true
ModelingConversionAnfUnigraphics.xml
modeling.conversion.anfug
com.osm.automation.DefaultScheduledJob
true
ModelingConversionCatiaV4.xml
modeling.conversion.catiav4
com.osm.automation.DefaultScheduledJob
true
ModelingConversionEDrawings3D.xml
modeling.edrawings3dconversion
modeling.conversion.edrawings3d
com.osm.automation.DefaultScheduledJob
true
ModelingConversionIGES3D.xml
modeling.iges3dconversion
modeling.conversion.iges3d
com.osm.automation.DefaultScheduledJob
true
ModelingConversionParasolid.xml
modeling.conversion.parasolid
com.osm.automation.DefaultScheduledJob
true
ModelingConversionPDF3D.xml
modeling.pdf3dconversion
modeling.conversion.pdf3d
com.osm.automation.DefaultScheduledJob
true
ModelingConversionSAT.xml
modeling.satconversion
modeling.conversion.sat
com.osm.automation.DefaultScheduledJob
true
ModelingConversionSTEP.xml
modeling.stepconversion
modeling.conversion.step
com.osm.automation.DefaultScheduledJob
true
ModelingConversionU3D.xml
modeling.u3dconversion
modeling.conversion.u3d
com.osm.automation.DefaultScheduledJob
true
ModelingConversionVRML3D.xml
modeling.vrml3dconversion
modeling.conversion.vrml3d
com.osm.automation.DefaultScheduledJob
true
ModelingConversionXVL.xml
modeling.xvlconversion
modeling.conversion.xvl
com.osm.automation.DefaultScheduledJob
true
ModelingConversionSTL.xml
modeling.conversion.
stl
com.osm.automation.DefaultScheduledJob
true
Was this helpful?