Skip to content

Enum: WorkflowErrorHandlingEnum

Error handling strategies in laboratory automation workflows

URI: valuesets:WorkflowErrorHandlingEnum

Permissible Values

Value Meaning Description
ABORT_ON_ERROR None Terminate workflow immediately upon encountering an error
RETRY None Attempt to retry the failed operation
SKIP_AND_CONTINUE None Skip the failed operation and continue with the workflow
NOTIFY_AND_PAUSE None Notify operator and pause workflow for intervention
ROLLBACK None Revert to previous stable state
FAILOVER None Switch to backup resource or alternative execution path

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: WorkflowErrorHandlingEnum
description: Error handling strategies in laboratory automation workflows
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  ABORT_ON_ERROR:
    text: ABORT_ON_ERROR
    description: Terminate workflow immediately upon encountering an error
    title: abort on error
  RETRY:
    text: RETRY
    description: Attempt to retry the failed operation
    title: retry
  SKIP_AND_CONTINUE:
    text: SKIP_AND_CONTINUE
    description: Skip the failed operation and continue with the workflow
    title: skip and continue
  NOTIFY_AND_PAUSE:
    text: NOTIFY_AND_PAUSE
    description: Notify operator and pause workflow for intervention
    title: notify and pause
  ROLLBACK:
    text: ROLLBACK
    description: Revert to previous stable state
    title: rollback
  FAILOVER:
    text: FAILOVER
    description: Switch to backup resource or alternative execution path
    title: failover