Skip to content

Enum: PlannedProcessCompletionStatus

The completion status of a planned process, indicating whether the process was successfully executed or failed. Based on COB (Core Ontology for Biology) planned process hierarchy.

URI: valuesets:PlannedProcessCompletionStatus

Permissible Values

Value Title Meaning Description
COMPLETELY_EXECUTED completely executed planned process COB:0000035 A planned process that was successfully completed as intended
FAILED failed planned process COB:0000083 A planned process that did not complete successfully

Slots

Name Description
planned_process_completion_status The completion status of a planned process

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: PlannedProcessCompletionStatus
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: The completion status of a planned process, indicating whether the process
  was successfully executed or failed. Based on COB (Core Ontology for Biology) planned
  process hierarchy.
title: Planned Process Completion Status
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:
  COMPLETELY_EXECUTED:
    text: COMPLETELY_EXECUTED
    description: A planned process that was successfully completed as intended
    meaning: COB:0000035
    title: completely executed planned process
  FAILED:
    text: FAILED
    description: A planned process that did not complete successfully
    meaning: COB:0000083
    title: failed planned process