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

ProcessingScope

Grooper

Indicates the scope with which a BatchProcessStep will be processed.

Remarks

The Processing Scope enumeration determines how a Batch Process Step is applied to items within a batch. It controls whether the step operates on the entire batch, on folders at a specific level, or on individual pages.

Usage

  • Select the appropriate scope to control the granularity of processing tasks.
  • Use 'None' to temporarily disable a step without removing it.
  • Choose 'Batch' for steps that should run once per batch.
  • Use 'Folder' to process each folder (such as document or batch folder) separately.
  • Select 'Page' for steps that must run on every page individually.

Configuration Guidance

  • The scope affects how tasks are created and distributed for processing.
  • For parallel processing, finer scopes (Folder or Page) may increase throughput but also resource usage.
  • Consider the structure of your batch and the requirements of each process step when selecting a scope.

For more information, see the documentation for Batch Process Step and related batch processing objects.

Can be one of the following values:

NameValueDescription
None0No scope has been assigned.

Used By

Notification