Repository Specific Purge

Workflow based purge supports repository specific purge using FileWatcher. It purges only the specified repository.

The workflow fails if incorrect Repository Name is provided. To specify repository name, use MasterCatalog element as shown in the following example. Only one MasterCatalog must be specified for repository specific purge.

<DataSet type="single">
  <Name>PurgeRecordVersions</Name>
  <Credential domain="ZZ">
    <Identity>GLOBAL</Identity>
  </Credential>
  <Action>Purge</Action>
  <RetentionUOM>MONTH</RetentionUOM>
  <RetentionUnits>12</RetentionUnits>
  <DeleteRecordVersions>Y</DeleteRecordVersions>
  <VersionsToRetain>3</VersionsToRetain>
  <URIInfo scheme="local">
    <Relative>MQ_COMMON_DIR</Relative>
    <URI>/Work/purge2</URI>
  </URIInfo>
  <MasterCatalog>
    <RevisionID>
      <BaseName>REPOSITORYTEMP</BaseName>
    </RevisionID>
  </MasterCatalog>
</DataSet>

For more information on workflow, refer to Workflow or FileWatcher Purge Examples.