Skip to content

Tasks

Several plugin operations run in the background instead of blocking the admin: generating the catalogue CSV, bulk-exporting products, pulling orders for the first time, and so on. Each spawns a task that you can watch on this page.

The page also hosts the Download action for every file the plugin generates — generated CSVs from Catalog Export live here until you collect them.

From the Dashboard, open the Quick Start card and click the Tasks tile. This opens the Task Progress page.

Each row is one task. Columns:

ColumnMeaning
TypeWhat the task is (catalog export, offer sync, order import, etc.).
StatusOne of Pending, In queue, Processing, Running, Completed, Error, Cancelled.
ProgressHow much of the task has been processed (rows or percentage).
ErrorIf the task ended in Error, the failure reason.
CreatedWhen the task was queued.
UpdatedLast activity timestamp.

The sidebar exposes:

  • Status — filter by task status.
  • Type — filter by task type.
  • Refresh — pulls the latest list.
StatusWhat it means
PendingThe task has been created but isn’t running yet.
In queueWaiting for a background worker to pick it up.
Processing / RunningCurrently working on it.
CompletedFinished successfully. The Download File action is enabled for tasks that produced a file.
ErrorThe task failed — see the Error column for the reason.
CancelledThe task was cancelled before completing.
  • Download File — only enabled on Completed tasks that produced a file (typically a catalog CSV). The file is removed automatically once the task entry is deleted.
  • Delete — removes the task entry and any associated files. A confirmation dialog appears: “Are you sure you want to delete this task? Associated files will also be deleted.”

Finished tasks are also cleaned up automatically by the Task progress cleanup background task — by default once every 24 hours.