archiveTask.xml 1.2 KB

12345678910111213141516171819202122232425
  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. 2009
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <backgroundTask name="archiveTask" taskHandler="com.cognos.cm.backgroundTask.GenericTaskHandler" runType="RUN_ONCE" taskAction="com.ibm.cognos.cm.archiving.ArchivalTaskAction" reportHandler="com.ibm.cognos.cm.archiving.ArchivalTaskReporterHandler" metricsHandler="com.cognos.cm.backgroundTask.ArchivalTaskMetricsHandler" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="backgroundTask.xsd">
  10. <runOptions>
  11. <queueName>archiveQueue</queueName>
  12. <!--
  13. When specified the outputFormats define the report output versions of which outputFormat type should be archived by this task.
  14. A report output version of a different outputFormat type will not be archived.
  15. This only supports single file report output versions. Multiple file report output versions like HTML with graphics cannot be selectively archived.
  16. <outputFormats>
  17. <outputFormat>PDF</outputFormat>
  18. <outputFormat>XML</outputFormat>
  19. </outputFormats>
  20. -->
  21. </runOptions>
  22. </backgroundTask>