deleteTask.xml 896 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <backgroundTask name="deleteTask" taskHandler="com.cognos.cm.backgroundTask.GenericTaskHandler" taskAction="com.cognos.cm.backgroundTask.DeleteTaskAction" reportHandler="com.cognos.cm.backgroundTask.DeleteTaskReporterHandler" runType="RUN_ONCE" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="backgroundTask.xsd">
  10. <runOptions>
  11. <queueName>deleteQueue</queueName>
  12. <executeActionInTransaction>false</executeActionInTransaction>
  13. </runOptions>
  14. <reportHandlerOptions>
  15. <successThreshold>100</successThreshold>
  16. <failureThreshold>10</failureThreshold>
  17. </reportHandlerOptions>
  18. </backgroundTask>