iiRecord
Agentic AI Atlas · triggered_by (meta)
meta-edge-kind:triggered-by-vcsa5c.ai
II.
MetaEdgeKind JSON

meta-edge-kind:triggered-by-vcs

Structured · live

triggered_by (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-edge-kind:triggered-by-vcs",
  "_kind": "MetaEdgeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "triggered_by (meta)",
    "name": "triggered_by",
    "source": [],
    "target": [
      "meta-node-kind:ci-workflow",
      "meta-node-kind:pull-request"
    ],
    "cardinality": "N:N",
    "origin": "standard",
    "description": "a Run is triggered by an external event source (CIWorkflow run, PullRequest open/update, Issue activity). Run is owned by agent-stack; Issue is owned by domain meta-registry."
  },
  "outgoingEdges": [
    {
      "from": "meta-edge-kind:triggered-by-vcs",
      "to": "meta-node-kind:ci-workflow",
      "kind": "target_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:triggered-by-vcs",
      "to": "meta-node-kind:pull-request",
      "kind": "target_of_meta_edge",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}