Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
<policy>
<rule>
<description>Delete WTD after creation</description>
<conditions>
<and>
<if-operation op="equal">add</if-operation>
<if-class-name op="equal">DirXML-WorkToDo</if-class-name>
<if-global-variable mode="nocase" name="gc.CreateWTD" op="equal">false</if-global-variable>
</and>
</conditions>
<actions>
<do-set-dest-attr-value name="Description">
<arg-dn>
<token-global-variable name="gcDs.WorkToDoOU"/>
</arg-dn>
<arg-value type="string">
<token-text xml:space="preserve">Last WO at: </token-text>
<token-time format="dd.MM.yyyy HH:mm"/>
</arg-value>
</do-set-dest-attr-value>
<do-strip-xpath expression="."/>
</actions>
</rule>
</policy>