Publishing Catalog at a Fixed Location

  1. Two parameters need to be changed for the Process<<Product/Customer/Segment/PlanFragment/Action/Price/ Discount>>SubsetData activity in the wfin26bulkmodelpublisherv1.xml file. The workflow activity name will be dependent on the model name that will be published. For example, if the model being published is PRODUCT then the activity name will be ProcessProductSubsetData.

    1. Confirm that the value of Channel parameter is FILE as shown in the following example:
      <Parameter direction="in" name="Channel" type="string" eval="constant">FILE</Parameter>
    2. Confirm that the value of FolderLocation parameter is <absolute path location> and its eval is constant as shown in the following example:
      <Parameter direction="in" name="FolderLocation" type="string" eval="constant"><absolute path></Parameter>
  2. One parameter to change under  CreateAndDownloadZip activity in wfin26bulkmodelpublisherv1.xml file:
    1. Confirm that the value for DeleteSourceDir parameter is FALSE as shown in the following example:
      <Parameter direction="in" name="DeleteSourceDir" type="boolean" eval="variable">FALSE</Parameter>