Skip to content

Enum: ActionType

Types of actions that can be performed on a Cr8tor project

URI: cr8tor_metamodel:ActionType

Permissible Values

Value Meaning Description
Action None Generic action type
CreateAction None Action to create or initialize a project
AssessAction None Action to assess or evaluate a project (e
UpdateAction None Action to update project metadata or resources
OrchestrationAction None Action to orchestrate deployment or provisioning

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/karectl-crates/cr8tor-metamodel

LinkML Source

name: ActionType
description: Types of actions that can be performed on a Cr8tor project
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
rank: 1000
permissible_values:
  Action:
    text: Action
    description: Generic action type
  CreateAction:
    text: CreateAction
    description: Action to create or initialize a project
  AssessAction:
    text: AssessAction
    description: Action to assess or evaluate a project (e.g., validation, disclosure
      check)
  UpdateAction:
    text: UpdateAction
    description: Action to update project metadata or resources
  OrchestrationAction:
    text: OrchestrationAction
    description: Action to orchestrate deployment or provisioning