Skip to content

Enum: ExecutionModeEnum

Modes of protocol execution

URI: valuesets:ExecutionModeEnum

Permissible Values

Value Meaning Description
AUTOMATED None Fully automated execution without human intervention
MANUAL None Manual execution by human operator
SEMI_AUTOMATED None Combination of automated and manual steps
SUPERVISED None Automated execution with human supervision
SIMULATION None Simulated execution for testing and validation
DRY_RUN None Test execution without actual operations

Slots

Name Description
execution_mode Mode of protocol execution

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ExecutionModeEnum
description: Modes of protocol execution
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  AUTOMATED:
    text: AUTOMATED
    description: Fully automated execution without human intervention
    title: automated
  MANUAL:
    text: MANUAL
    description: Manual execution by human operator
    title: manual
  SEMI_AUTOMATED:
    text: SEMI_AUTOMATED
    description: Combination of automated and manual steps
    title: semi-automated
  SUPERVISED:
    text: SUPERVISED
    description: Automated execution with human supervision
    title: supervised
  SIMULATION:
    text: SIMULATION
    description: Simulated execution for testing and validation
    title: simulation
  DRY_RUN:
    text: DRY_RUN
    description: Test execution without actual operations
    title: dry run