Skip to content

Enum: WorkflowOrchestrationTypeEnum

Types of workflow orchestration in laboratory automation systems

URI: valuesets:WorkflowOrchestrationTypeEnum

Permissible Values

Value Meaning Description
STATIC_ORCHESTRATION None Pre-planned orchestration based on known constraints and fixed workflow
DYNAMIC_ORCHESTRATION None Real-time orchestration that adapts to changing conditions and events
HYBRID_ORCHESTRATION None Combination of static planning with dynamic replanning capabilities
EVENT_DRIVEN None Orchestration triggered by specific events in the system
PARALLEL_PROCESSING None Orchestration that enables concurrent execution of independent tasks

Slots

Name Description
workflow_orchestration_type Type of workflow orchestration approach

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: WorkflowOrchestrationTypeEnum
description: Types of workflow orchestration in laboratory automation systems
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  STATIC_ORCHESTRATION:
    text: STATIC_ORCHESTRATION
    description: Pre-planned orchestration based on known constraints and fixed workflow
    title: static orchestration
  DYNAMIC_ORCHESTRATION:
    text: DYNAMIC_ORCHESTRATION
    description: Real-time orchestration that adapts to changing conditions and events
    title: dynamic orchestration
  HYBRID_ORCHESTRATION:
    text: HYBRID_ORCHESTRATION
    description: Combination of static planning with dynamic replanning capabilities
    title: hybrid orchestration
  EVENT_DRIVEN:
    text: EVENT_DRIVEN
    description: Orchestration triggered by specific events in the system
    title: event-driven orchestration
  PARALLEL_PROCESSING:
    text: PARALLEL_PROCESSING
    description: Orchestration that enables concurrent execution of independent tasks
    title: parallel processing