Skip to content

Enum: ProtocolStateEnum

Execution states of laboratory protocols

URI: valuesets:ProtocolStateEnum

Permissible Values

Value Title Meaning Description
PENDING pending Protocol is queued but not yet started
RUNNING running Protocol is currently executing
PAUSED paused Protocol execution has been temporarily suspended
COMPLETED completed Protocol has finished successfully
FAILED failed Protocol execution has failed
ABORTED aborted Protocol execution was manually aborted
VALIDATING validating Protocol is being validated before execution
WAITING_FOR_RESOURCE waiting for resource Protocol is waiting for required resources to become available

Slots

Name Description
protocol_state Execution state of a laboratory protocol

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: ProtocolStateEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Execution states of laboratory protocols
title: Protocol State
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  PENDING:
    text: PENDING
    description: Protocol is queued but not yet started
    title: pending
  RUNNING:
    text: RUNNING
    description: Protocol is currently executing
    title: running
  PAUSED:
    text: PAUSED
    description: Protocol execution has been temporarily suspended
    title: paused
  COMPLETED:
    text: COMPLETED
    description: Protocol has finished successfully
    title: completed
  FAILED:
    text: FAILED
    description: Protocol execution has failed
    title: failed
  ABORTED:
    text: ABORTED
    description: Protocol execution was manually aborted
    title: aborted
  VALIDATING:
    text: VALIDATING
    description: Protocol is being validated before execution
    title: validating
  WAITING_FOR_RESOURCE:
    text: WAITING_FOR_RESOURCE
    description: Protocol is waiting for required resources to become available
    title: waiting for resource