Skip to content

Enum: ExecutionStatus

Execution status values for actions and processes.

URI: iso22989:ExecutionStatus

Permissible Values

Value Meaning Description
planned None Execution has been planned but not yet started
in_progress None Execution is currently in progress
completed None Execution has completed successfully
failed None Execution has terminated unsuccessfully
cancelled None Execution was cancelled before completion

Slots

Name Description
execution_status Execution status of an action or process

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: ExecutionStatus
description: Execution status values for actions and processes.
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
permissible_values:
  planned:
    text: planned
    description: Execution has been planned but not yet started.
  in_progress:
    text: in_progress
    description: Execution is currently in progress.
  completed:
    text: completed
    description: Execution has completed successfully.
  failed:
    text: failed
    description: Execution has terminated unsuccessfully.
  cancelled:
    text: cancelled
    description: Execution was cancelled before completion.