Searching and monitoring jobs
Every job queued by the Job plugin is stored as an asset in Brightspot, so it appears in the CMS tool's search page for job assets. The search page is read-only (jobs are created and updated by the job execution system, not edited by hand), but you can search and filter it to check on the status of a job.
This plugin does not add a job asset on its own. The search page described here only appears once another feature or plugin extends Job with its own asset.
Available filters
Using the following table as a reference, complete the fields as needed.
| Filter | Description |
|---|---|
| Completion status | Narrows the list to jobs that finished successfully or that failed. Jobs that are still pending, retrying, or polling do not match either value. |
| Last activity date | Narrows the list to jobs whose most recent status change falls within the selected date range. |
To filter jobs by completion status:
- Go to the search page for your job asset.
- From the Completion Status list, select Success or Failure.
The list refreshes to show only jobs matching the selected completion status.
To filter jobs by last activity date:
- Go to the search page for your job asset.
- From the Last Activity Date filter, select a date range.
The list refreshes to show only jobs whose last activity date falls within the selected range.
The completion status and last activity date filters only appear for assets that extend Job. Other fields on a job, such as its activity log, are read-only and cannot be used as search filters.