Skip to content

Enum: StageStatus

Completion status of a stage execution

URI: https://open-and-sustainable.github.io/revaise-model/schema/objects/software_env/StageStatus

Permissible Values

Value Meaning Description
NOT_STARTED None The stage has not been started
IN_PROGRESS None The stage is currently underway
COMPLETE None The stage has been completed
SKIPPED None The stage was intentionally skipped
NOT_APPLICABLE None The stage does not apply to this review

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/software_env

LinkML Source

name: StageStatus
description: Completion status of a stage execution
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/software_env
rank: 1000
permissible_values:
  NOT_STARTED:
    text: NOT_STARTED
    description: The stage has not been started.
  IN_PROGRESS:
    text: IN_PROGRESS
    description: The stage is currently underway.
  COMPLETE:
    text: COMPLETE
    description: The stage has been completed.
  SKIPPED:
    text: SKIPPED
    description: The stage was intentionally skipped.
  NOT_APPLICABLE:
    text: NOT_APPLICABLE
    description: The stage does not apply to this review.