Enum: StageStatus¶
Completion status of a stage execution
URI: revaise: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 |
Slots¶
| Name | Description |
|---|---|
| stage_status | Completion status of a stage execution |
| stage_status | Completion status of this stage execution |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/work_session
LinkML Source¶
name: StageStatus
description: Completion status of a stage execution
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/work_session
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.