Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Dispose Batch

Code Activity Grooper.Activities

Applies a disposition to Batches when they have completed processing.

Remarks

The Dispose Batch activity is designed to be used as the final step in a Batch Process. It provides a flexible way to manage completed batches by deleting them, moving them to an archive folder, migrating their content files to a different File Store, or applying post-processing rules. This activity helps automate batch lifecycle management, enforce retention policies, and optimize storage usage.

How It Works

  • The 'Delete Batch' property determines whether the batch is deleted after processing.
  • If not deleted, the batch can be moved to a specified Folder (such as an archive or test branch) using the 'Move to Folder' property.
  • The 'Move to FileStore' property allows migration of all batch content files to a different File Store, supporting tiered storage strategies.
  • The 'Remove Job History' property deletes the batch's job/task history, reducing database size and improving performance.
  • The 'Group By' property enables automatic creation of subfolders based on date, organizing archived batches chronologically.
  • The 'Rules' property allows you to apply Data Rules to the batch's root node for final data normalization or validation.

Configuration Guidance

  • Use this activity as the last step in your Batch Process to ensure completed batches are properly archived, deleted, or migrated.
  • Enable 'Delete Batch' to permanently remove batches you no longer need.
  • Use 'Move to Folder' and 'Group By' to archive batches in a structured way for future reference or compliance.
  • Use 'Move to FileStore' to implement storage tiering, such as moving completed batches to slower, less expensive storage.
  • Apply Data Rules for final data cleanup or enforcement of business rules before archiving or deletion.

> Tip: Test your configuration on non-production batches to ensure the desired outcome before enabling deletion or migration in production.

For more information, see the documentation for Batch, Batch Process, File Store, Folder, and Data Rule.

Properties

NameTypeDescription
General
Processing Options

See Also

Used By

Notification