Skip to content

Enum: ProcessingStatus

Status of data processing workflows

URI: valuesets:ProcessingStatus

Permissible Values

Value Meaning Description
RAW None Raw unprocessed data
PREPROCESSING None Initial preprocessing in progress
PROCESSING None Main processing workflow running
COMPLETED None Processing completed successfully
FAILED None Processing failed with errors
QUEUED None Queued for processing
PAUSED None Processing paused by user
CANCELLED None Processing cancelled by user

Slots

Name Description
processing_status Status of data processing workflows

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ProcessingStatus
description: Status of data processing workflows
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  RAW:
    text: RAW
    description: Raw unprocessed data
  PREPROCESSING:
    text: PREPROCESSING
    description: Initial preprocessing in progress
  PROCESSING:
    text: PROCESSING
    description: Main processing workflow running
  COMPLETED:
    text: COMPLETED
    description: Processing completed successfully
  FAILED:
    text: FAILED
    description: Processing failed with errors
  QUEUED:
    text: QUEUED
    description: Queued for processing
  PAUSED:
    text: PAUSED
    description: Processing paused by user
  CANCELLED:
    text: CANCELLED
    description: Processing cancelled by user