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

Attended Activity

Activity Grooper.Core

Represents an activity performed manually by a human operator within a batch processing workflow.

Remarks

An Attended Activity is a type of Activity that requires direct user interaction, typically through the Attended Client interface. These activities are designed for scenarios where automated processing is insufficient or where human review, validation, or intervention is necessary.

Attended Activities are initiated by opening a Processing Task from the Batches or Tasks page. Examples include document review, manual classification, data entry, or exception handling.

Usage Overview

  • Attended Activities are configured as part of a batch process to handle steps that require user input.
  • When a batch reaches an attended step, a Processing Task is created and must be completed by a user.
  • The activity exposes properties such as 'Content Scope' to control which Document Types are available for review or classification.
  • Predefined flag messages can be configured using the 'Flag Messages' property to standardize user feedback or issue reporting.

Key Concepts

  • Content Scope:
    Restricts the set of Document Types available to users during review or classification. If set, only types descending from the selected type are available; otherwise, all types are shown.

  • Flag Messages:
    Provides a list of standardized messages that users can apply to documents or folders to flag issues, exceptions, or required actions.

  • Task Lifecycle:
    The methods OnTaskOpen and OnTaskClose allow customization of behavior when a Processing Task is opened or closed in the Attended Client.

Typical Workflow

  1. A batch reaches an attended activity in its process.
  2. A user opens the corresponding Processing Task from the Batches or Tasks page.
  3. The user performs the required manual actions, such as reviewing documents, assigning types, or entering data.
  4. The task is completed, and the batch proceeds to the next activity.

Related Concepts

  • Activity: The base class for all activities in a batch process.
  • Processing Task: Represents a unit of work assigned to a user for attended activities.
  • Content Type: Defines the structure and data model for documents being processed.
  • Batch Folder: The organizational unit within a batch, often representing documents or groups of documents.

For more information, see the documentation for Activity, Processing Task, and Content Type.

Properties

NameTypeDescription

Derived Types

There are 1 implementations of Attended Activity.

Review Defines a human review activity to be performed on the Review Page within a Batch Process.

See Also

Used By

Notification