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

Batch Manager

Control GrooperReview.Pages.Batches

Provides a workspace for viewing, searching, filtering, and managing batches in the Grooper web client, including batch selection, process control, and batch details.

Remarks

The Batch Manager is the primary interface for monitoring and controlling batch processing activities in Grooper.

Layout and Components

  • Toolbar:
    A set of command buttons for pausing, resuming, resetting, updating, deleting, creating, refreshing, filtering, and searching batches. Each button provides uick access to common batch operations and can be hidden using the 'Hide Toolbar' property.
  • Page Navigator:
    The Page Navigator control enables navigation through multiple pages of batches when the result set is large. Users can quickly move between pages using navigation buttons.
  • Batch List:
    Displays a paged list of batches under the selected base folder. Users can select one or more batches, open a batch for review, and access context menu commands for batch operations. The list supports keyboard navigation and multi-selection.
  • Batch Info Viewer:
    Shows detailed information about the currently selected batch, including properties, status, and processing progress. This panel updates automatically as different batches are selected.
  • Search and Filter:
    The filter dialog allows users to refine the batch list by process, step, activity, or status. The search box enables quick filtering by batch name or keyword.
  • Context Menu Commands:
    Right-clicking on a batch opens a context menu with additional commands, such as viewing properties, reviewing the batch, or opening it in the review page.

User Interactions

  • Use the toolbar to perform batch operations such as pausing, resuming, resetting, updating, deleting, or creating batches.
  • Search and filter the batch list to quickly locate relevant batches.
  • Select a batch to view its details and monitor processing status.
  • Use context menus and keyboard shortcuts for efficient batch management.
  • Navigate between pages of batches using the Page Navigator.

Additional Notes

  • The Batch Manager automatically refreshes the batch list and info viewer at regular intervals, with the refresh rate slowing during periods of user inactivity to optimize performance.
  • The interface is designed for both mouse and keyboard users, supporting multi-selection and context-sensitive commands.
  • The page requires access to at least one batch folder in the repository.
  • All batch actions and changes are retained for auditing and future reference.

Example

The following diagram illustrates the typical layout of the Batch Manager control:

┌───────────────────────────────────────────────────────────────────────────────────┐
│ Batches                       {pause} {resume} {reset} {update} {delete} {create} │
│                                                       {refresh} {filter} {search} │
├───────────────────────────────────────────────────────────────────────────────────┤
│ {PageNavigator}                                                                   │
│ ┌───────────────────────────────────────────────────────────────────────────────┐ │
│ │ Batch List                                                                    │ │
│ │ Name   | Process | Step | Activity | Status | Priority | Created | Created By │ │
│ │ Batch1 | ProcA   | Step1| Review   | Ready  | High     | 7/24/25 | jsmith     │ │
│ │ Batch2 | ProcB   | Step2| Export   | Error  | Normal   | 7/23/25 | adoane     │ │
│ │ ...                                                                           │ │
│ └───────────────────────────────────────────────────────────────────────────────┘ │
│ ┌───────────────────────────────────────────────────────────────────────────────┐ │
│ │ Batch Info Viewer                                                             │ │
│ │ ┌───────────── Tab Bar ─────────────────────────────────────────────────────┐ │ │
│ │ │ Jobs | Statistics | Events | History | ...                                │ │ │
│ │ ├───────────────────────────────────────────────────────────────────────────┤ │ │
│ │ │                                                                           │ │ │
│ │ │                               Tab Content Area                            │ │ │
│ │ │                                                                           │ │ │
│ │ └───────────────────────────────────────────────────────────────────────────┘ │ │
│ └───────────────────────────────────────────────────────────────────────────────┘ │
└───────────────────────────────────────────────────────────────────────────────────┘
  • Page Navigator: Navigate between pages of batches.
  • Batch List: Paged, sortable, and filterable list of batches in the folder.
  • Batch Info Viewer: Tabbed panel showing details for the selected batch or batches.
  • {pause}, {resume}, {reset}, {update}, {delete}, {create}, {refresh}, {filter}, {search}: Command buttons for batch operations.

Command Buttons

ButtonShortcut KeySummary

Child Controls

NameTypeSummary

Used By

Notification