Skip to content

Enum: WorkflowErrorHandlingEnum

Error handling strategies in laboratory automation workflows

URI: valuesets:WorkflowErrorHandlingEnum

Permissible Values

Value Title Meaning Description
ABORT_ON_ERROR abort on error Terminate workflow immediately upon encountering an error
RETRY retry Attempt to retry the failed operation
SKIP_AND_CONTINUE skip and continue Skip the failed operation and continue with the workflow
NOTIFY_AND_PAUSE notify and pause Notify operator and pause workflow for intervention
ROLLBACK rollback Revert to previous stable state
FAILOVER failover 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
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Error handling strategies in laboratory automation workflows
title: Workflow Error Handling
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
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