Skip to content

Job Management

StateDescription
draftJob created but not yet submitted
queuedJob submitted, waiting for a worker
runningWorker is executing the job
successAll tasks completed successfully; results available
failedOne or more tasks failed; check logs
  1. From the Dashboard, click a pipeline card
  2. Click Create New Job
  3. Fill in the form (inputs vary by pipeline — see each pipeline’s docs)
  4. Click Submit

The form validates all required fields client-side before submission. If validation fails, errors appear inline below each field.

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