After you submit a job to Elastic High Performance Computing (E-HPC), track its progress in E-HPC Portal. The Task Management page shows each job's status, submission time, start time, and end time, and lets you stop or inspect jobs without leaving the portal.
Limitations
Each cluster user can only view jobs they submitted. Jobs submitted by other users in the same cluster are not visible.
Prerequisites
Before you begin, ensure that you have:
An E-HPC cluster with at least one submitted job
Access to E-HPC Portal (see Log on to E-HPC Portal)
Job statuses
The following table describes the job statuses displayed in E-HPC Portal.
| Status | Description |
|---|---|
| RUNNING | The job is currently running on the cluster. |
| COMPLETED | The job finished successfully. |
| FAILED | The job terminated with an error. |
Query jobs
Log on to E-HPC Portal.
In the top navigation bar, click Task Management.
Set the search and filter conditions.
Filter How to use Job name Enter the full job name. Partial names are not supported. Time range Select a preset range (1 hour, 4 hours, 12 hours, 1 day, or 1 week before the current time), or specify a custom start and end time. Queue Filter by the queue the job was submitted to. Job status Filter by RUNNING, COMPLETED, or FAILED. Submission time Sort results in ascending or descending order. Application Filter by the application used to submit the job. 
Locate the target job and take action from the Actions column.
RUNNING jobs: Click Stop to stop the job.
COMPLETED or FAILED jobs: Click View to see job details.

Common query scenarios
| Goal | Recommended filters |
|---|---|
| Check whether a specific job is still running | Job name (full name) + Status: RUNNING |
| Investigate a job that did not produce expected output | Job name (full name) + Status: FAILED |
| Review all jobs completed this week | Time range: 1 week + Status: COMPLETED |
| Compare jobs across queues | Queue filter + Submission time (ascending) |