<TriggerState>
Section:
TransactionAgent (Task Agent)
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag specifies the state that triggers automatic generation of 2D output formats or 3D formats. If a drawing or model moves to this state, the Task Agent automatically runs the job to create the output formats defined in DraftingConversion.xml or ModelingConversion.xml. Multiple <TriggerState> tags are allowed.
Since states may be localized, this tag may be configured to use a localization catalog.
The following transaction listener in wmconf.xml enables this functionality:
<TransactionListener>
com.osm.automation.agent.TaskAgentListener
</TransactionListener>
Example
This example shows a configuration for the tag:
<TriggerState>work</TriggerState>
Was this helpful?