iiRecord
Agentic AI Atlas · CIWorkflow kind
meta-enum:ci-workflow-kinda5c.ai
II.
MetaEnum JSON

meta-enum:ci-workflow-kind

Structured · live

CIWorkflow kind json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-vcs-ci.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-enum:ci-workflow-kind",
  "_kind": "MetaEnum",
  "_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "CIWorkflow kind",
    "name": "workflowKind",
    "values": [
      {
        "value": "github-actions",
        "description": "GitHub Actions workflow."
      },
      {
        "value": "gitlab-ci",
        "description": "GitLab CI/CD pipeline."
      },
      {
        "value": "circleci",
        "description": "CircleCI configuration."
      },
      {
        "value": "buildkite",
        "description": "Buildkite pipeline."
      },
      {
        "value": "jenkins",
        "description": "Jenkins pipeline."
      },
      {
        "value": "azure-pipelines",
        "description": "Azure Pipelines."
      },
      {
        "value": "other",
        "description": "Other CI engine."
      }
    ],
    "usedOnAttributes": [
      "meta-attribute:ci-workflow--workflow-kind"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-enum:ci-workflow-kind",
      "to": "meta-attribute:ci-workflow--workflow-kind",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}