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

Jobs Page

Web Page GrooperReview.Pages.Jobs

Provides a user interface for viewing, filtering, and managing Processing Jobs in the active Grooper repository.

Remarks

The Jobs Page is designed to help users monitor and control Processing Jobs—the units of work that move Batches through Batch Process Steps in Grooper.

Layout and Components

  • Object List (left): Displays all Processing Jobs for the current repository, supporting multi-selection and keyboard navigation.
  • Filter Panel: Allows users to filter jobs by status, process, step, and activity using a Property Grid-based filter.
  • Job Info Property Grid (right): Shows the properties of the currently selected Processing Job, enabling users to view and edit job details.
  • Page Navigator: Provides navigation through paged job results, with controls for first, previous, next, and last page.
  • Toolbar Buttons:
    • Refresh: Reloads the job list to reflect the latest job status and filter criteria.
    • Tasks: Opens the Active Task List dialog, showing Processing Tasks currently being processed by Activity Processing services.
    • Cancel: Cancels the selected job(s), terminating any pending or in-progress tasks.
    • Delete: Removes selected jobs from the Object List.

Job Creation and Processing

Job Status and Lifecycle

  • Jobs can have statuses such as 'Ready', 'Working', 'Paused', or 'Completed'.
  • All jobs, including completed ones, remain in the Object List until manually deleted.
  • The page supports bulk operations, such as canceling or deleting multiple jobs at once.

Additional Features

  • The Active Task List dialog provides a focused view of currently running Processing Tasks, helping users manage environments with many jobs.
  • The Property Grid supports context menu commands for property management, including resetting, clearing, copying, and pasting property values.
  • The page enforces user permissions and license requirements for access.
  • Backend operations (filtering, job info, cancel, delete) are handled via controller endpoints and AJAX calls for a responsive user experience.

For more information on Processing Jobs, Property Grid, Object List, Active Task List, and Activity Processing, see their respective documentation.

Command Buttons

ButtonShortcut KeySummary
update refresh

Refresh the job list.

cancel cancel

Cancel the selected job.

delete delete

Delete all selected jobs.

account_circle user_info

Display user information and setting management functions.

dark_mode dark_mode

Toggle between dark and light mode.

Child Controls

NameTypeSummary
Selected Job Property Grid

The properties of the currently-selected Processing Job.

Notification