Operation
This project provides a toolkit for managing background tasks in Drupal. It allows you to group multiple asynchronous tasks into a single, trackable operation that can be initiated and monitored from either the browser or a background process. The project also includes features for displaying real-time progress and status updates.
A toolkit for performing asynchronous operations in Drupal.
An operation bundles a group of background tasks into a single
trackable unit. Create the bundle in one call, drive it to completion
either from the browser or from a background process (cron, a dedicated
worker), and check its status — progress, errors, completion — without
piecing it together from individual queue items. A built-in progress bar
and throbber reflect the operation live, whichever side is doing the work.
Use cases
- Long-running exports, imports, or migrations driven from a form submit.
- Multi-step admin operations where the user wants to see "how far along".
- Background jobs that need to be addressable as a single unit even though they execute as many independent tasks.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta2 | Pre-release | 11 | May 29, 2026 | ||
| 1.0.0-beta1 | Pre-release | 11 | May 26, 2026 | ||
| 1.x-dev | Dev | 11 | Nov 20, 2025 |