Batch Folder - Apply Activity

Performs multithreaded execution of an Unattended Activity on items in the batch.

Inherits from: Object Command

Properties

The following 7 properties are defined.

Property Name Description
General
Activity Type Type: Type

The type of activity to execute.

Activity Type: Unattended Activity

Defines configuration settings for the activity.

Scope Type: ProcessingScope, Default: None

Specifies the scope with which the activity will execute. Can be one of the following values:

  • Batch - One task will be created for the entire batch.
  • Folder - One task will be created for each folder at a specific level within the batch.
  • Page - One task will be created for each page.

Folder Level Type: Int32, Default: 1, Range: 1 - 16

The folder level at which tasks will process when the Scope is set to 'Folder'.

Thread Count Type: Int32, Default: 1, Range: 1 - 256

Specifies the number of threads to run.

Thread Count Type: Int32, Default: 0

The selected activity only supports a single thread.

Maximum Rate Type: Int32, Default: 0

When Thread Count is set to 1, indicates the maximum processing rate, in transactions per minute. A value of 0 indicates that no limits should be placed on throughput.

See Also

Batch Folder, Batch Viewer, Unattended Activity