Execute

Executes a command on each object in scope.

Remarks

Can execute commands which apply to Batch Folder or Batch Page objects, as well as commands which apply to the Content Link or MIME Type Handler associated with a Batch Folder object.

Inherits from: Unattended Activity

Properties

The following 6 properties are defined.

Property Name Description
General
Object Type Type: String

The type of object against which a command should be executed.

Command Type: String

The command to be executed.

Command Settings Type: Object Command

The configurable properties for the selected Command.

Processing Options
Error Disposition Type: IssueDisposition, Default: Flag, Log

Determines what happens when an error occurs processing an activity.

Maximum Consecutive Errors Type: Int32, Default: 0

The maximum number of consecutive errors, after which a critical stop will be raised. A critical stop will cause services to stop running.

Concurrency Mode Type: ConcurrencyMode, Default: Multiple

Specifies the parallel processing mode for this activity. Can be one of the following values:

  • Multiple - Multiple instances can run concurrently.
  • PerMachine - Only a single instance can run per machine.
  • Single - Only a single instance can run per Grooper repository.
This value determines the type of Thread Pool on which the activity can be executed.

See Also

Object Command

Used By

Batch Folder - Apply Activity, Batch Process Step