Skip to content

Enum: JobRunStateIdEnum

The run state ID of the job.

URI: ocsf:JobRunStateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
READY None Ready
QUEUED None Queued
RUNNING None Running
STOPPED None Stopped
OTHER None Other

Slots

Name Description
run_state_id The run state ID of the job

Identifier and Mapping Information

Schema Source

LinkML Source

name: JobRunStateIdEnum
description: The run state ID of the job.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  READY:
    text: READY
    description: Ready
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Ready
  QUEUED:
    text: QUEUED
    description: Queued
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Queued
  RUNNING:
    text: RUNNING
    description: Running
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Running
  STOPPED:
    text: STOPPED
    description: Stopped
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Stopped
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other