iiRecord
Agentic AI Atlas · CIWorkflow (meta)
meta-node-kind:ci-workflowa5c.ai
II.
MetaNodeKind JSON

meta-node-kind:ci-workflow

Structured · live

CIWorkflow (meta) 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-node-kind:ci-workflow",
  "_kind": "MetaNodeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "CIWorkflow (meta)",
    "name": "CIWorkflow",
    "cluster": "vcs-ci",
    "prefix": "ci-workflow",
    "origin": "standard",
    "purpose": "a CI/CD pipeline definition (GitHub Actions workflow, GitLab CI, Buildkite pipeline, ...)",
    "exampleCount": 0,
    "invariants": [
      "id starts with ci-workflow:"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-node-kind:ci-workflow",
      "to": "meta-cluster:vcs-ci",
      "kind": "in_cluster",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:ci-workflow",
      "to": "meta-attribute:ci-workflow--id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:ci-workflow",
      "to": "meta-attribute:ci-workflow--display-name",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:ci-workflow",
      "to": "meta-attribute:ci-workflow--workflow-kind",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:ci-workflow",
      "to": "meta-attribute:ci-workflow--triggers",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-cluster:vcs-ci",
      "to": "meta-node-kind:ci-workflow",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-attribute:ci-workflow--id",
      "to": "meta-node-kind:ci-workflow",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:ci-workflow--display-name",
      "to": "meta-node-kind:ci-workflow",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:ci-workflow--workflow-kind",
      "to": "meta-node-kind:ci-workflow",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:ci-workflow--triggers",
      "to": "meta-node-kind:ci-workflow",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:hosted-on-vcs",
      "to": "meta-node-kind:ci-workflow",
      "kind": "source_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:validates-pull-request",
      "to": "meta-node-kind:ci-workflow",
      "kind": "source_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:triggered-by-vcs",
      "to": "meta-node-kind:ci-workflow",
      "kind": "target_of_meta_edge",
      "attributes": {}
    }
  ]
}