Skip to content

Enum: RunStateIdEnum

The normalized identifier of the state of the job or service. See specific

usage.

URI: ocsf:RunStateIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The run state is unknown
OTHER None The run state is not mapped

Slots

Name Description
run_state_id The normalized identifier of the state of the job or service

Identifier and Mapping Information

Schema Source

LinkML Source

name: RunStateIdEnum
description: 'The normalized identifier of the state of the job or service. See specific

  usage.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The run state is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The run state is not mapped. See the <code>run_state</code> attribute,
      which

      contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other