Enum: ProtocolStateEnum
Execution states of laboratory protocols
URI: valuesets:ProtocolStateEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| PENDING | None | Protocol is queued but not yet started |
| RUNNING | None | Protocol is currently executing |
| PAUSED | None | Protocol execution has been temporarily suspended |
| COMPLETED | None | Protocol has finished successfully |
| FAILED | None | Protocol execution has failed |
| ABORTED | None | Protocol execution was manually aborted |
| VALIDATING | None | Protocol is being validated before execution |
| WAITING_FOR_RESOURCE | None | 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
description: Execution states of laboratory protocols
from_schema: https://w3id.org/linkml/valuesets
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