Control Message - Example Scenario 3

Scenario Task

Remove all CSV files of the cmw/custom_ack APP folder AND move all XML files from the cmw/custom_ack  APP folder to the data/msgcenter/custom_archive APP box folder.

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_08</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>        </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'"/>