Skip to main content

Submission Lifecycle

Queued, running, done — and the actions available at each stage.

Submission Lifecycle

A submission moves from queued to running to done — or hits an error along the way. Here's what each status means and what you can do at each stage.

StatusMeaning
CREATEDQueued and waiting to be dispatched to the cluster.
SUBMITTEDHanded off to Slurm. The cluster picks it up based on partition availability.
DONEScript ran to completion and exited successfully.
REJECTEDSlurm refused the script — check the report message for syntax or parameter errors.
ABORTEDSomething went wrong during processing. The report message has details.
ActionCREATEDSUBMITTEDDONEREJECTEDABORTED
Re-SubmitYesYesYes
EditYesYesYesYesYes
DeleteYesYesYesYes
  • Re-Submit: Creates a new submission from the same script. Only available for terminal states.
  • Edit: Name and description editable at any time from the detail page.
  • Delete: Not available while actively running on cluster (SUBMITTED).
warning

Jobs in SUBMITTED status are waiting for scheduling by Slurm. If the cluster is busy, your job may wait — check cluster utilization before submitting. Idle queue time still accrues cost if you're reserving full nodes.

Ask AI
Ask a question about Vantage Compute...