Publishing Catalog at a Fixed Location

  1. Two parameters need to be changed for the Process<<Product/Customer/Segment/PlanFragment/Action/Price/Discount/Rule>>SubsetData activity in the wfin26bulkmodelpublisherv1.xml file. The workflow activity name is dependent on the model name that is published. For example, if the model being published is PRODUCT then the activity name is 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 TRUE as shown in the following example:
      <Parameter direction="in" name="DeleteSourceDir" type="boolean" eval="constant">TRUE</Parameter>
    2. Set the following parameter:
      <Parameter direction="in" name="SourceDirectoryPath" type="string" eval="constant">Folder_location</Parameter>