Job Management
Job lifecycle
Section titled “Job lifecycle”| State | Description |
|---|---|
draft | Job created but not yet submitted |
queued | Job submitted, waiting for a worker |
running | Worker is executing the job |
success | All tasks completed successfully; results available |
failed | One or more tasks failed; check logs |
Creating a job
Section titled “Creating a job”- From the Dashboard, click a pipeline card
- Click Create New Job
- Fill in the form (inputs vary by pipeline — see each pipeline’s docs)
- Click Submit
The form validates all required fields client-side before submission. If validation fails, errors appear inline below each field.
Viewing job details
Section titled “Viewing job details”The Job Management page shows
- Job ID — numeric identifier for the job record
- Job Name — user-supplied label (not present for FASTQ and SRA Data pipelines)
- Workflow ID — Internal run id for debugging purposes
- Status — current job state (draft, queued, running, success, failed)
- Created At — timestamp when the job was submitted
A few things you can check from Actions
- View Run — open the job details page
- View Logs — jump to task logs (available once the job run starts)
- Edit Config — modify job parameters; only enabled when the job has not yet been submitted
- Sync Status — pull the latest state; only available while the job is queued or running
- Download Output — download result files; only available on successful jobs
- View Report — open the in-app report viewer; only available for pipelines with reports enabled and on successful jobs
- Delete Job — removes the job; Does not cancel an in-progress job run