Control Message - Example Scenario 4

Scenario Task

Archive all files older than 36 hours from outgoing folder of eagle_iws_list_files stream to APP folder custom_archive.

Initial Control Message

<EagleML xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RunTaskRequest" eaglemlVersion="2-0" xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd" eaglemlType="RunTaskRequest">        <header>               <messageId>TEST_PurgeAndArchive_ID</messageId>               <sentBy>http://www.client.com</sentBy>               <sendTo>http://www.eagleinvsys.com/eagle_ml-2-0_default_cm_control_message</sendTo>               <replyTo>http://www.client.com/Eagle Control Messages</replyTo>               <creationTimestamp>2012-08-02T22:13:32.272-05:00</creationTimestamp>        </header>        <taskIdentifier>               <correlationId correlationIdScheme="correlationIdScheme">TEST_PurgeAndArchive_11</correlationId>               <businessTaskId correlationIdScheme="businessTaskIdScheme">TEST_PurgeAndArchive_BTI</businessTaskId>        </taskIdentifier>        <taskTypeEnum>NEW</taskTypeEnum>        <taskParameters>               <taskParameter>                      <name>ActionType</name>                      <dataType>S</dataType>                      <value>EXECUTE</value>               </taskParameter>               <taskParameter>                      <name>StreamName</name>                      <dataType>S</dataType>                      <value>eagle_ml-2-0_default_cm_purge_archive</value>               </taskParameter>               <taskParameter>                      <name>PurgeArchiveParams</name>                      <dataType>S</dataType>                      <value>FILE;MCSTREAMFOLDER;eagle_iws_list_files/outgoing;*;ARCHIVE;data/msgcenter/custom_archive;Y;36|</value>               </taskParameter>        </taskParameters> </EagleML>

W_PA_SETTINGS variable in w_custom_config.inc

<!-- Purge And Archive Settings --> <COL TAG="W_PA_SETTINGS" EXPRESSION="'FILE;FOLDER;cmw/custom_ack;*.csv;PURGE;;;0| FILE;FOLDER;cmw/custom_ack;*.xml;ARCHIVE;data/msgcenter/custom_archive;N;0'"/>

The W_PA_SETTINGS variable value is overridden by parameters set in the CM.