Publishing Catalog at a Fixed Location
-
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 isProcessProductSubsetData
.- Confirm that the value of
Channel
parameter isFILE
as shown in the following example:<Parameter direction="in" name="Channel" type="string" eval="constant">FILE</Parameter>
- Confirm that the value of
FolderLocation
parameter is <absolute path location> and itseval
isconstant
as shown in the following example:<Parameter direction="in" name="FolderLocation" type="string" eval="constant"><absolute path></Parameter>
- Confirm that the value of
- One parameter to change under
CreateAndDownloadZip
activity inwfin26bulkmodelpublisherv1.xml
file:- Confirm that the value for
DeleteSourceDir
parameter isTRUE
as shown in the following example:<Parameter direction="in" name="DeleteSourceDir" type="boolean" eval="constant">TRUE</Parameter>
- Set the following parameter:
<Parameter direction="in" name="SourceDirectoryPath" type="string" eval="constant">Folder_location</Parameter>
- Confirm that the value for