Skip to content

Enum: WorkflowStatusEnum

The workflow status of the record.

URI: WorkflowStatusEnum

Permissible Values

Value Meaning Description
R None Fully released
SA None Saved
SR None Submitted to releasing official
SO None Submitted to OSTI awaiting validation
SF None Submitted to OSTI and failed validation
SX None Submitted to OSTI and failed to release
SV None Submitted to OSTI and failed validation
X None Error Status
D None Deleted:

Slots

Name Description
workflow_status Workflow status of current revision of record

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/brc/brc_schema

LinkML Source

name: WorkflowStatusEnum
description: The workflow status of the record.
from_schema: https://w3id.org/brc/brc_schema
rank: 1000
permissible_values:
  R:
    text: R
    description: Fully released
  SA:
    text: SA
    description: Saved
  SR:
    text: SR
    description: Submitted to releasing official
  SO:
    text: SO
    description: Submitted to OSTI awaiting validation
  SF:
    text: SF
    description: Submitted to OSTI and failed validation
  SX:
    text: SX
    description: Submitted to OSTI and failed to release
  SV:
    text: SV
    description: Submitted to OSTI and failed validation
  X:
    text: X
    description: Error Status
  D:
    text: D
    description: 'Deleted:'