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

Execute

Code Activity Grooper.Activities

Executes a sequence of commands and/or activities on Batch Folder, Batch Page, or Batch objects.

Remarks

The Execute activity allows you to configure and run a series of actions, such as Commands or Code Activity steps, on items within a batch process.

How It Works

At each step in the sequence, either a Command or a Code Activity is executed. You can mix and match these actions to automate complex workflows.

  • Commands can target Batch Folder, Batch Page, Content Link, or Attachment Type objects.
  • Content Link commands operate on external documents linked to batch items, enabling tasks like parallel file loading, moving or deleting files after processing, or retrieving document IDs from external systems.
  • Attachment Type commands are specific to file types (such as PDF, mail messages, or ZIP archives) and allow operations like extracting attachments or unzipping files.

Configuration

To use the Execute activity:

  1. Add one or more actions to the 'Steps' property. Each step can be a Command or a Code Activity.
  2. If you only need to run a single Command, you can use the 'Command' property for a simplified configuration.
  3. Actions that do not apply to the current object are automatically skipped.

Example Use Cases

  • Load external file content for sparse documents after import.
  • Delete or move input files after processing is complete.
  • Extract attachments from email messages or ZIP archives.
  • Chain together multiple commands and activities for advanced automation.

> [!TIP] > Use the 'Steps' property for multi-step workflows, or the 'Command' property for a single action.

Properties

NameTypeDescription
General
Processing Options

See Also

Used By

Notification